Package | Description |
---|---|
com.google.api.services.slides.v1.model |
Modifier and Type | Method and Description |
---|---|
ReplaceAllShapesWithSheetsChartRequest |
ReplaceAllShapesWithSheetsChartRequest.clone() |
ReplaceAllShapesWithSheetsChartRequest |
Request.getReplaceAllShapesWithSheetsChart()
Replaces all shapes matching some criteria with a Google Sheets chart.
|
ReplaceAllShapesWithSheetsChartRequest |
ReplaceAllShapesWithSheetsChartRequest.set(String fieldName,
Object value) |
ReplaceAllShapesWithSheetsChartRequest |
ReplaceAllShapesWithSheetsChartRequest.setChartId(Integer chartId)
The ID of the specific chart in the Google Sheets spreadsheet.
|
ReplaceAllShapesWithSheetsChartRequest |
ReplaceAllShapesWithSheetsChartRequest.setContainsText(SubstringMatchCriteria containsText)
The criteria that the shapes must match in order to be replaced.
|
ReplaceAllShapesWithSheetsChartRequest |
ReplaceAllShapesWithSheetsChartRequest.setLinkingMode(String linkingMode)
The mode with which the chart is linked to the source spreadsheet.
|
ReplaceAllShapesWithSheetsChartRequest |
ReplaceAllShapesWithSheetsChartRequest.setPageObjectIds(List<String> pageObjectIds)
If non-empty, limits the matches to page elements only on the given pages.
|
ReplaceAllShapesWithSheetsChartRequest |
ReplaceAllShapesWithSheetsChartRequest.setSpreadsheetId(String spreadsheetId)
The ID of the Google Sheets spreadsheet that contains the chart.
|
Modifier and Type | Method and Description |
---|---|
Request |
Request.setReplaceAllShapesWithSheetsChart(ReplaceAllShapesWithSheetsChartRequest replaceAllShapesWithSheetsChart)
Replaces all shapes matching some criteria with a Google Sheets chart.
|
Copyright © 2011–2024 Google. All rights reserved.