Package | Description |
---|---|
com.google.api.services.slides.v1.model |
Modifier and Type | Method and Description |
---|---|
AutoText |
AutoText.clone() |
AutoText |
TextElement.getAutoText()
A TextElement representing a spot in the text that is dynamically replaced with content that
can change over time.
|
AutoText |
AutoText.set(String fieldName,
Object value) |
AutoText |
AutoText.setContent(String content)
The rendered content of this auto text, if available.
|
AutoText |
AutoText.setStyle(TextStyle style)
The styling applied to this auto text.
|
AutoText |
AutoText.setType(String type)
The type of this auto text.
|
Modifier and Type | Method and Description |
---|---|
TextElement |
TextElement.setAutoText(AutoText autoText)
A TextElement representing a spot in the text that is dynamically replaced with content that
can change over time.
|
Copyright © 2011–2024 Google. All rights reserved.