Package | Description |
---|---|
org.apache.poi.hslf.usermodel |
Modifier and Type | Field and Description |
---|---|
protected java.util.List<HSLFTextRun> |
HSLFTextParagraph._runs |
Modifier and Type | Method and Description |
---|---|
protected static HSLFTextRun |
HSLFTextParagraph.appendText(java.util.List<HSLFTextParagraph> paragraphs,
java.lang.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(java.lang.String text,
boolean newParagraph) |
static HSLFTextRun |
HSLFTextParagraph.setText(java.util.List<HSLFTextParagraph> paragraphs,
java.lang.String text)
Sets (overwrites) the current text.
|
HSLFTextRun |
HSLFTextShape.setText(java.lang.String text) |
Modifier and Type | Method and Description |
---|---|
java.util.List<HSLFTextRun> |
HSLFTextParagraph.getTextRuns() |
java.util.Iterator<HSLFTextRun> |
HSLFTextParagraph.iterator() |
Modifier and Type | Method and Description |
---|---|
void |
HSLFTextParagraph.addTextRun(HSLFTextRun run) |
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.