Package | Description |
---|---|
com.google.api.services.slides.v1.model |
Modifier and Type | Method and Description |
---|---|
ShapeProperties |
ShapeProperties.clone() |
ShapeProperties |
Shape.getShapeProperties()
The properties of the shape.
|
ShapeProperties |
UpdateShapePropertiesRequest.getShapeProperties()
The shape properties to update.
|
ShapeProperties |
ShapeProperties.set(String fieldName,
Object value) |
ShapeProperties |
ShapeProperties.setAutofit(Autofit autofit)
The autofit properties of the shape.
|
ShapeProperties |
ShapeProperties.setContentAlignment(String contentAlignment)
The alignment of the content in the shape.
|
ShapeProperties |
ShapeProperties.setLink(Link link)
The hyperlink destination of the shape.
|
ShapeProperties |
ShapeProperties.setOutline(Outline outline)
The outline of the shape.
|
ShapeProperties |
ShapeProperties.setShadow(Shadow shadow)
The shadow properties of the shape.
|
ShapeProperties |
ShapeProperties.setShapeBackgroundFill(ShapeBackgroundFill shapeBackgroundFill)
The background fill of the shape.
|
Modifier and Type | Method and Description |
---|---|
Shape |
Shape.setShapeProperties(ShapeProperties shapeProperties)
The properties of the shape.
|
UpdateShapePropertiesRequest |
UpdateShapePropertiesRequest.setShapeProperties(ShapeProperties shapeProperties)
The shape properties to update.
|
Copyright © 2011–2024 Google. All rights reserved.