| Package | Description |
|---|---|
| org.apache.poi.hslf.usermodel |
| Modifier and Type | Field and Description |
|---|---|
protected List<HSLFTextRun> |
HSLFTextParagraph._runs |
| Modifier and Type | Method and Description |
|---|---|
protected static HSLFTextRun |
HSLFTextParagraph.appendText(List<HSLFTextParagraph> paragraphs,
String text,
boolean newParagraph)
Adds the supplied text onto the end of the TextParagraphs,
creating a new RichTextRun for it to sit in.
|
HSLFTextRun |
HSLFTextShape.appendText(String text,
boolean newParagraph) |
static HSLFTextRun |
HSLFTextParagraph.setText(List<HSLFTextParagraph> paragraphs,
String text)
Sets (overwrites) the current text.
|
HSLFTextRun |
HSLFTextShape.setText(String text) |
| Modifier and Type | Method and Description |
|---|---|
List<HSLFTextRun> |
HSLFTextParagraph.getTextRuns() |
Iterator<HSLFTextRun> |
HSLFTextParagraph.iterator() |
Spliterator<HSLFTextRun> |
HSLFTextParagraph.spliterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
HSLFTextParagraph.addTextRun(HSLFTextRun run) |