Package | Description |
---|---|
com.google.api.services.slides.v1.model |
Modifier and Type | Method and Description |
---|---|
UpdateSlidePropertiesRequest |
UpdateSlidePropertiesRequest.clone() |
UpdateSlidePropertiesRequest |
Request.getUpdateSlideProperties()
Updates the properties of a Slide
|
UpdateSlidePropertiesRequest |
UpdateSlidePropertiesRequest.set(String fieldName,
Object value) |
UpdateSlidePropertiesRequest |
UpdateSlidePropertiesRequest.setFields(String fields)
The fields that should be updated.
|
UpdateSlidePropertiesRequest |
UpdateSlidePropertiesRequest.setObjectId(String objectId)
The object ID of the slide the update is applied to.
|
UpdateSlidePropertiesRequest |
UpdateSlidePropertiesRequest.setSlideProperties(SlideProperties slideProperties)
The slide properties to update.
|
Modifier and Type | Method and Description |
---|---|
Request |
Request.setUpdateSlideProperties(UpdateSlidePropertiesRequest updateSlideProperties)
Updates the properties of a Slide
|
Copyright © 2011–2024 Google. All rights reserved.