Package | Description |
---|---|
com.google.api.services.slides.v1.model |
Modifier and Type | Method and Description |
---|---|
PageElementProperties |
PageElementProperties.clone() |
PageElementProperties |
CreateImageRequest.getElementProperties()
The element properties for the image.
|
PageElementProperties |
CreateTableRequest.getElementProperties()
The element properties for the table.
|
PageElementProperties |
CreateVideoRequest.getElementProperties()
The element properties for the video.
|
PageElementProperties |
CreateSheetsChartRequest.getElementProperties()
The element properties for the chart.
|
PageElementProperties |
CreateShapeRequest.getElementProperties()
The element properties for the shape.
|
PageElementProperties |
CreateLineRequest.getElementProperties()
The element properties for the line.
|
PageElementProperties |
PageElementProperties.set(String fieldName,
Object value) |
PageElementProperties |
PageElementProperties.setPageObjectId(String pageObjectId)
The object ID of the page where the element is located.
|
PageElementProperties |
PageElementProperties.setSize(Size size)
The size of the element.
|
PageElementProperties |
PageElementProperties.setTransform(AffineTransform transform)
The transform for the element.
|
Modifier and Type | Method and Description |
---|---|
CreateImageRequest |
CreateImageRequest.setElementProperties(PageElementProperties elementProperties)
The element properties for the image.
|
CreateTableRequest |
CreateTableRequest.setElementProperties(PageElementProperties elementProperties)
The element properties for the table.
|
CreateVideoRequest |
CreateVideoRequest.setElementProperties(PageElementProperties elementProperties)
The element properties for the video.
|
CreateSheetsChartRequest |
CreateSheetsChartRequest.setElementProperties(PageElementProperties elementProperties)
The element properties for the chart.
|
CreateShapeRequest |
CreateShapeRequest.setElementProperties(PageElementProperties elementProperties)
The element properties for the shape.
|
CreateLineRequest |
CreateLineRequest.setElementProperties(PageElementProperties elementProperties)
The element properties for the line.
|
Copyright © 2011–2024 Google. All rights reserved.