| Modifier and Type | Method and Description |
|---|---|
TextRun |
Text.getRun(int index)
Obtains the TextRun at the specified index.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Text.addRun(TextRun run)
Adds a TextRun to the end of this text element.
|
void |
Text.addRun(TextRun run,
int index)
Adds a TextRun at the specified index.
|