Package | Description |
---|---|
com.google.api.services.slides.v1.model |
Modifier and Type | Method and Description |
---|---|
TextElement |
TextElement.clone() |
TextElement |
TextElement.set(String fieldName,
Object value) |
TextElement |
TextElement.setAutoText(AutoText autoText)
A TextElement representing a spot in the text that is dynamically replaced with content that
can change over time.
|
TextElement |
TextElement.setEndIndex(Integer endIndex)
The zero-based end index of this text element, exclusive, in Unicode code units.
|
TextElement |
TextElement.setParagraphMarker(ParagraphMarker paragraphMarker)
A marker representing the beginning of a new paragraph.
|
TextElement |
TextElement.setStartIndex(Integer startIndex)
The zero-based start index of this text element, in Unicode code units.
|
TextElement |
TextElement.setTextRun(TextRun textRun)
A TextElement representing a run of text where all of the characters in the run have the same
TextStyle.
|
Modifier and Type | Method and Description |
---|---|
List<TextElement> |
TextContent.getTextElements()
The text contents broken down into its component parts, including styling information.
|
Modifier and Type | Method and Description |
---|---|
TextContent |
TextContent.setTextElements(List<TextElement> textElements)
The text contents broken down into its component parts, including styling information.
|
Copyright © 2011–2024 Google. All rights reserved.