Package | Description |
---|---|
com.google.api.services.slides.v1 | |
com.google.api.services.slides.v1.model |
Modifier and Type | Method and Description |
---|---|
Slides.Presentations.Create |
Slides.Presentations.create(Presentation content)
Creates a blank presentation using the title given in the request.
|
Constructor and Description |
---|
Create(Presentation content)
Creates a blank presentation using the title given in the request.
|
Modifier and Type | Method and Description |
---|---|
Presentation |
Presentation.clone() |
Presentation |
Presentation.set(String fieldName,
Object value) |
Presentation |
Presentation.setLayouts(List<Page> layouts)
The layouts in the presentation.
|
Presentation |
Presentation.setLocale(String locale)
The locale of the presentation, as an IETF BCP 47 language tag.
|
Presentation |
Presentation.setMasters(List<Page> masters)
The slide masters in the presentation.
|
Presentation |
Presentation.setNotesMaster(Page notesMaster)
The notes master in the presentation.
|
Presentation |
Presentation.setPageSize(Size pageSize)
The size of pages in the presentation.
|
Presentation |
Presentation.setPresentationId(String presentationId)
The ID of the presentation.
|
Presentation |
Presentation.setRevisionId(String revisionId)
Output only.
|
Presentation |
Presentation.setSlides(List<Page> slides)
The slides in the presentation.
|
Presentation |
Presentation.setTitle(String title)
The title of the presentation.
|
Copyright © 2011–2024 Google. All rights reserved.