Package | Description |
---|---|
com.google.api.services.slides.v1.model |
Modifier and Type | Method and Description |
---|---|
SlideProperties |
SlideProperties.clone() |
SlideProperties |
Page.getSlideProperties()
Slide specific properties.
|
SlideProperties |
UpdateSlidePropertiesRequest.getSlideProperties()
The slide properties to update.
|
SlideProperties |
SlideProperties.set(String fieldName,
Object value) |
SlideProperties |
SlideProperties.setIsSkipped(Boolean isSkipped)
Whether the slide is skipped in the presentation mode.
|
SlideProperties |
SlideProperties.setLayoutObjectId(String layoutObjectId)
The object ID of the layout that this slide is based on.
|
SlideProperties |
SlideProperties.setMasterObjectId(String masterObjectId)
The object ID of the master that this slide is based on.
|
SlideProperties |
SlideProperties.setNotesPage(Page notesPage)
The notes page that this slide is associated with.
|
Modifier and Type | Method and Description |
---|---|
Page |
Page.setSlideProperties(SlideProperties slideProperties)
Slide specific properties.
|
UpdateSlidePropertiesRequest |
UpdateSlidePropertiesRequest.setSlideProperties(SlideProperties slideProperties)
The slide properties to update.
|
Copyright © 2011–2024 Google. All rights reserved.