Package | Description |
---|---|
com.google.api.services.slides.v1.model |
Modifier and Type | Method and Description |
---|---|
PageElement |
PageElement.clone() |
PageElement |
PageElement.set(String fieldName,
Object value) |
PageElement |
PageElement.setDescription(String description)
The description of the page element.
|
PageElement |
PageElement.setElementGroup(Group elementGroup)
A collection of page elements joined as a single unit.
|
PageElement |
PageElement.setImage(Image image)
An image page element.
|
PageElement |
PageElement.setLine(Line line)
A line page element.
|
PageElement |
PageElement.setObjectId(String objectId)
The object ID for this page element.
|
PageElement |
PageElement.setShape(Shape shape)
A generic shape.
|
PageElement |
PageElement.setSheetsChart(SheetsChart sheetsChart)
A linked chart embedded from Google Sheets.
|
PageElement |
PageElement.setSize(Size size)
The size of the page element.
|
PageElement |
PageElement.setSpeakerSpotlight(SpeakerSpotlight speakerSpotlight)
A Speaker Spotlight.
|
PageElement |
PageElement.setTable(Table table)
A table page element.
|
PageElement |
PageElement.setTitle(String title)
The title of the page element.
|
PageElement |
PageElement.setTransform(AffineTransform transform)
The transform of the page element.
|
PageElement |
PageElement.setVideo(Video video)
A video page element.
|
PageElement |
PageElement.setWordArt(WordArt wordArt)
A word art page element.
|
Modifier and Type | Method and Description |
---|---|
List<PageElement> |
Group.getChildren()
The collection of elements in the group.
|
List<PageElement> |
Page.getPageElements()
The page elements rendered on the page.
|
Modifier and Type | Method and Description |
---|---|
Group |
Group.setChildren(List<PageElement> children)
The collection of elements in the group.
|
Page |
Page.setPageElements(List<PageElement> pageElements)
The page elements rendered on the page.
|
Copyright © 2011–2024 Google. All rights reserved.