Package | Description |
---|---|
com.google.api.services.slides.v1.model |
Modifier and Type | Method and Description |
---|---|
LayoutPlaceholderIdMapping |
LayoutPlaceholderIdMapping.clone() |
LayoutPlaceholderIdMapping |
LayoutPlaceholderIdMapping.set(String fieldName,
Object value) |
LayoutPlaceholderIdMapping |
LayoutPlaceholderIdMapping.setLayoutPlaceholder(Placeholder layoutPlaceholder)
The placeholder on a layout that will be applied to a slide.
|
LayoutPlaceholderIdMapping |
LayoutPlaceholderIdMapping.setLayoutPlaceholderObjectId(String layoutPlaceholderObjectId)
The object ID of the placeholder on a layout that will be applied to a slide.
|
LayoutPlaceholderIdMapping |
LayoutPlaceholderIdMapping.setObjectId(String objectId)
A user-supplied object ID for the placeholder identified above that to be created onto a slide.
|
Modifier and Type | Method and Description |
---|---|
List<LayoutPlaceholderIdMapping> |
CreateSlideRequest.getPlaceholderIdMappings()
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2011–2024 Google. All rights reserved.