Package | Description |
---|---|
com.google.api.services.slides.v1.model |
Modifier and Type | Method and Description |
---|---|
CreateSlideRequest |
CreateSlideRequest.clone() |
CreateSlideRequest |
Request.getCreateSlide()
Creates a new slide.
|
CreateSlideRequest |
CreateSlideRequest.set(String fieldName,
Object value) |
CreateSlideRequest |
CreateSlideRequest.setInsertionIndex(Integer insertionIndex)
The optional zero-based index indicating where to insert the slides.
|
CreateSlideRequest |
CreateSlideRequest.setObjectId(String objectId)
A user-supplied object ID.
|
CreateSlideRequest |
CreateSlideRequest.setPlaceholderIdMappings(List<LayoutPlaceholderIdMapping> placeholderIdMappings)
An optional list of object ID mappings from the placeholder(s) on the layout to the
placeholders that are created on the slide from the specified layout.
|
CreateSlideRequest |
CreateSlideRequest.setSlideLayoutReference(LayoutReference slideLayoutReference)
Layout reference of the slide to be inserted, based on the *current master*, which is one of
the following: - The master of the previous slide index.
|
Modifier and Type | Method and Description |
---|---|
Request |
Request.setCreateSlide(CreateSlideRequest createSlide)
Creates a new slide.
|
Copyright © 2011–2024 Google. All rights reserved.