Package | Description |
---|---|
com.google.api.services.slides.v1.model |
Modifier and Type | Method and Description |
---|---|
Shape |
Shape.clone() |
Shape |
PageElement.getShape()
A generic shape.
|
Shape |
Shape.set(String fieldName,
Object value) |
Shape |
Shape.setPlaceholder(Placeholder placeholder)
Placeholders are page elements that inherit from corresponding placeholders on layouts and
masters.
|
Shape |
Shape.setShapeProperties(ShapeProperties shapeProperties)
The properties of the shape.
|
Shape |
Shape.setShapeType(String shapeType)
The type of the shape.
|
Shape |
Shape.setText(TextContent text)
The text content of the shape.
|
Modifier and Type | Method and Description |
---|---|
PageElement |
PageElement.setShape(Shape shape)
A generic shape.
|
Copyright © 2011–2024 Google. All rights reserved.