Uses of Class
org.apache.poi.xwpf.usermodel.XWPFRun
-
Packages that use XWPFRun Package Description org.apache.poi.xwpf.usermodel -
-
Uses of XWPFRun in org.apache.poi.xwpf.usermodel
Subclasses of XWPFRun in org.apache.poi.xwpf.usermodel Modifier and Type Class Description class
XWPFFieldRun
A run of text which is part of a field, such as Title of Page number or Author.class
XWPFHyperlinkRun
A run of text with a Hyperlink applied to it.Fields in org.apache.poi.xwpf.usermodel with type parameters of type XWPFRun Modifier and Type Field Description protected java.util.List<XWPFRun>
XWPFParagraph. runs
Methods in org.apache.poi.xwpf.usermodel that return XWPFRun Modifier and Type Method Description XWPFRun
XWPFParagraph. createRun()
Appends a new run to this paragraphXWPFRun
XWPFParagraph. getRun(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTR r)
return the XWPFRun-Element which owns the CTR run-ElementXWPFRun
XWPFParagraph. insertNewRun(int pos)
insert a new Run in RunArrayMethods in org.apache.poi.xwpf.usermodel that return types with arguments of type XWPFRun Modifier and Type Method Description java.util.List<XWPFRun>
XWPFParagraph. getRuns()
Methods in org.apache.poi.xwpf.usermodel with parameters of type XWPFRun Modifier and Type Method Description void
XWPFParagraph. addRun(XWPFRun r)
adds a new Run to the Paragraphprotected void
XWPFChart. attach(java.lang.String chartRelId, XWPFRun run)
Attach this chart known by its relation id to the given text run.Constructors in org.apache.poi.xwpf.usermodel with parameters of type XWPFRun Constructor Description XWPFPicture(org.openxmlformats.schemas.drawingml.x2006.picture.CTPicture ctPic, XWPFRun run)
-