Package | Description |
---|---|
com.google.api.services.slides.v1.model |
Modifier and Type | Method and Description |
---|---|
UpdateLinePropertiesRequest |
UpdateLinePropertiesRequest.clone() |
UpdateLinePropertiesRequest |
Request.getUpdateLineProperties()
Updates the properties of a Line.
|
UpdateLinePropertiesRequest |
UpdateLinePropertiesRequest.set(String fieldName,
Object value) |
UpdateLinePropertiesRequest |
UpdateLinePropertiesRequest.setFields(String fields)
The fields that should be updated.
|
UpdateLinePropertiesRequest |
UpdateLinePropertiesRequest.setLineProperties(LineProperties lineProperties)
The line properties to update.
|
UpdateLinePropertiesRequest |
UpdateLinePropertiesRequest.setObjectId(String objectId)
The object ID of the line the update is applied to.
|
Modifier and Type | Method and Description |
---|---|
Request |
Request.setUpdateLineProperties(UpdateLinePropertiesRequest updateLineProperties)
Updates the properties of a Line.
|
Copyright © 2011–2024 Google. All rights reserved.