Package | Description |
---|---|
com.google.api.services.slides.v1.model |
Modifier and Type | Method and Description |
---|---|
SheetsChart |
SheetsChart.clone() |
SheetsChart |
PageElement.getSheetsChart()
A linked chart embedded from Google Sheets.
|
SheetsChart |
SheetsChart.set(String fieldName,
Object value) |
SheetsChart |
SheetsChart.setChartId(Integer chartId)
The ID of the specific chart in the Google Sheets spreadsheet that is embedded.
|
SheetsChart |
SheetsChart.setContentUrl(String contentUrl)
The URL of an image of the embedded chart, with a default lifetime of 30 minutes.
|
SheetsChart |
SheetsChart.setSheetsChartProperties(SheetsChartProperties sheetsChartProperties)
The properties of the Sheets chart.
|
SheetsChart |
SheetsChart.setSpreadsheetId(String spreadsheetId)
The ID of the Google Sheets spreadsheet that contains the source chart.
|
Modifier and Type | Method and Description |
---|---|
PageElement |
PageElement.setSheetsChart(SheetsChart sheetsChart)
A linked chart embedded from Google Sheets.
|
Copyright © 2011–2024 Google. All rights reserved.