| Package | Description |
|---|---|
| org.apache.poi.xddf.usermodel.text |
| Modifier and Type | Method and Description |
|---|---|
XDDFTextRun |
XDDFTextParagraph.appendField(String id,
String type,
String text)
Append a new text field.
|
XDDFTextRun |
XDDFTextParagraph.appendLineBreak()
Append a line break.
|
XDDFTextRun |
XDDFTextParagraph.appendRegularRun(String text)
Append a new run of text.
|
| Modifier and Type | Method and Description |
|---|---|
List<XDDFTextRun> |
XDDFTextParagraph.getTextRuns() |
Iterator<XDDFTextRun> |
XDDFTextParagraph.iterator() |
Spliterator<XDDFTextRun> |
XDDFTextParagraph.spliterator() |