Package | Description |
---|---|
com.google.api.services.slides.v1.model |
Modifier and Type | Method and Description |
---|---|
UpdateShapePropertiesRequest |
UpdateShapePropertiesRequest.clone() |
UpdateShapePropertiesRequest |
Request.getUpdateShapeProperties()
Updates the properties of a Shape.
|
UpdateShapePropertiesRequest |
UpdateShapePropertiesRequest.set(String fieldName,
Object value) |
UpdateShapePropertiesRequest |
UpdateShapePropertiesRequest.setFields(String fields)
The fields that should be updated.
|
UpdateShapePropertiesRequest |
UpdateShapePropertiesRequest.setObjectId(String objectId)
The object ID of the shape the updates are applied to.
|
UpdateShapePropertiesRequest |
UpdateShapePropertiesRequest.setShapeProperties(ShapeProperties shapeProperties)
The shape properties to update.
|
Modifier and Type | Method and Description |
---|---|
Request |
Request.setUpdateShapeProperties(UpdateShapePropertiesRequest updateShapeProperties)
Updates the properties of a Shape.
|
Copyright © 2011–2024 Google. All rights reserved.