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 classXWPFFieldRunA run of text which is part of a field, such as Title of Page number or Author.classXWPFHyperlinkRunA 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 List<XWPFRun>XWPFParagraph. runsMethods in org.apache.poi.xwpf.usermodel that return XWPFRun Modifier and Type Method Description XWPFRunXWPFParagraph. createRun()Appends a new run to this paragraphXWPFRunXWPFParagraph. getRun(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTR r)return the XWPFRun-Element which owns the CTR run-ElementXWPFRunXWPFParagraph. insertNewRun(int pos)insert a new Run in all runsMethods in org.apache.poi.xwpf.usermodel that return types with arguments of type XWPFRun Modifier and Type Method Description List<XWPFRun>XWPFParagraph. getRuns()Methods in org.apache.poi.xwpf.usermodel with parameters of type XWPFRun Modifier and Type Method Description voidXWPFParagraph. addRun(XWPFRun r)adds a new Run to the Paragraphprotected voidXWPFChart. attach(String chartRelId, XWPFRun run)Attach this chart known by its relation id to the given text run.XWPFChartXWPFDocument. createChart(XWPFRun run, int width, int height)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)
-