Uses of Class
org.apache.poi.xddf.usermodel.text.XDDFTextRun
-
Packages that use XDDFTextRun Package Description org.apache.poi.xddf.usermodel.text -
-
Uses of XDDFTextRun in org.apache.poi.xddf.usermodel.text
Methods in org.apache.poi.xddf.usermodel.text that return XDDFTextRun Modifier and Type Method Description XDDFTextRunXDDFTextParagraph. appendField(String id, String type, String text)Append a new text field.XDDFTextRunXDDFTextParagraph. appendLineBreak()Append a line break.XDDFTextRunXDDFTextParagraph. appendRegularRun(String text)Append a new run of text.Methods in org.apache.poi.xddf.usermodel.text that return types with arguments of type XDDFTextRun Modifier and Type Method Description List<XDDFTextRun>XDDFTextParagraph. getTextRuns()Iterator<XDDFTextRun>XDDFTextParagraph. iterator()Spliterator<XDDFTextRun>XDDFTextParagraph. spliterator()
-