Package | Description |
---|---|
com.google.api.services.slides.v1.model |
Modifier and Type | Method and Description |
---|---|
SubstringMatchCriteria |
SubstringMatchCriteria.clone() |
SubstringMatchCriteria |
ReplaceAllTextRequest.getContainsText()
Finds text in a shape matching this substring.
|
SubstringMatchCriteria |
ReplaceAllShapesWithImageRequest.getContainsText()
If set, this request will replace all of the shapes that contain the given text.
|
SubstringMatchCriteria |
ReplaceAllShapesWithSheetsChartRequest.getContainsText()
The criteria that the shapes must match in order to be replaced.
|
SubstringMatchCriteria |
SubstringMatchCriteria.set(String fieldName,
Object value) |
SubstringMatchCriteria |
SubstringMatchCriteria.setMatchCase(Boolean matchCase)
Indicates whether the search should respect case: - `True`: the search is case sensitive.
|
SubstringMatchCriteria |
SubstringMatchCriteria.setText(String text)
The text to search for in the shape or table.
|
Modifier and Type | Method and Description |
---|---|
ReplaceAllTextRequest |
ReplaceAllTextRequest.setContainsText(SubstringMatchCriteria containsText)
Finds text in a shape matching this substring.
|
ReplaceAllShapesWithImageRequest |
ReplaceAllShapesWithImageRequest.setContainsText(SubstringMatchCriteria containsText)
If set, this request will replace all of the shapes that contain the given text.
|
ReplaceAllShapesWithSheetsChartRequest |
ReplaceAllShapesWithSheetsChartRequest.setContainsText(SubstringMatchCriteria containsText)
The criteria that the shapes must match in order to be replaced.
|
Copyright © 2011–2024 Google. All rights reserved.