Package | Description |
---|---|
com.google.api.services.slides.v1.model |
Modifier and Type | Method and Description |
---|---|
TextRun |
TextRun.clone() |
TextRun |
TextElement.getTextRun()
A TextElement representing a run of text where all of the characters in the run have the same
TextStyle.
|
TextRun |
TextRun.set(String fieldName,
Object value) |
TextRun |
TextRun.setContent(String content)
The text of this run.
|
TextRun |
TextRun.setStyle(TextStyle style)
The styling applied to this run.
|
Modifier and Type | Method and Description |
---|---|
TextElement |
TextElement.setTextRun(TextRun textRun)
A TextElement representing a run of text where all of the characters in the run have the same
TextStyle.
|
Copyright © 2011–2024 Google. All rights reserved.