Package | Description |
---|---|
org.apache.poi.xddf.usermodel.text |
Modifier and Type | Method and Description |
---|---|
XDDFTextRun |
XDDFTextParagraph.appendField(java.lang.String id,
java.lang.String type,
java.lang.String text)
Append a new text field.
|
XDDFTextRun |
XDDFTextParagraph.appendLineBreak()
Append a line break.
|
XDDFTextRun |
XDDFTextParagraph.appendRegularRun(java.lang.String text)
Append a new run of text.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<XDDFTextRun> |
XDDFTextParagraph.getTextRuns() |
java.util.Iterator<XDDFTextRun> |
XDDFTextParagraph.iterator() |
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.