Package | Description |
---|---|
com.google.api.services.slides.v1.model |
Modifier and Type | Method and Description |
---|---|
Page |
Page.clone() |
Page |
Presentation.getNotesMaster()
The notes master in the presentation.
|
Page |
SlideProperties.getNotesPage()
The notes page that this slide is associated with.
|
Page |
Page.set(String fieldName,
Object value) |
Page |
Page.setLayoutProperties(LayoutProperties layoutProperties)
Layout specific properties.
|
Page |
Page.setMasterProperties(MasterProperties masterProperties)
Master specific properties.
|
Page |
Page.setNotesProperties(NotesProperties notesProperties)
Notes specific properties.
|
Page |
Page.setObjectId(String objectId)
The object ID for this page.
|
Page |
Page.setPageElements(List<PageElement> pageElements)
The page elements rendered on the page.
|
Page |
Page.setPageProperties(PageProperties pageProperties)
The properties of the page.
|
Page |
Page.setPageType(String pageType)
The type of the page.
|
Page |
Page.setRevisionId(String revisionId)
Output only.
|
Page |
Page.setSlideProperties(SlideProperties slideProperties)
Slide specific properties.
|
Modifier and Type | Method and Description |
---|---|
List<Page> |
Presentation.getLayouts()
The layouts in the presentation.
|
List<Page> |
Presentation.getMasters()
The slide masters in the presentation.
|
List<Page> |
Presentation.getSlides()
The slides in the presentation.
|
Modifier and Type | Method and Description |
---|---|
Presentation |
Presentation.setNotesMaster(Page notesMaster)
The notes master in the presentation.
|
SlideProperties |
SlideProperties.setNotesPage(Page notesPage)
The notes page that this slide is associated with.
|
Modifier and Type | Method and Description |
---|---|
Presentation |
Presentation.setLayouts(List<Page> layouts)
The layouts in the presentation.
|
Presentation |
Presentation.setMasters(List<Page> masters)
The slide masters in the presentation.
|
Presentation |
Presentation.setSlides(List<Page> slides)
The slides in the presentation.
|
Copyright © 2011–2024 Google. All rights reserved.