Uses of Class
org.apache.poi.xwpf.usermodel.XWPFRun
Packages that use XWPFRun
-
Uses of XWPFRun in org.apache.poi.xwpf.usermodel
Subclasses of XWPFRun in org.apache.poi.xwpf.usermodelModifier and TypeClassDescriptionclass
A run of text which is part of a field, such as Title of Page number or Author.class
A run of text with a Hyperlink applied to it.Fields in org.apache.poi.xwpf.usermodel with type parameters of type XWPFRunMethods in org.apache.poi.xwpf.usermodel that return XWPFRunModifier and TypeMethodDescriptionXWPFParagraph.createRun()
Appends a new run to this paragraphXWPFParagraph.getRun
(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTR r) return the XWPFRun-Element which owns the CTR run-ElementXWPFParagraph.insertNewRun
(int pos) insert a new Run in RunArrayMethods in org.apache.poi.xwpf.usermodel that return types with arguments of type XWPFRunMethods in org.apache.poi.xwpf.usermodel with parameters of type XWPFRunModifier and TypeMethodDescriptionvoid
adds a new Run to the Paragraphprotected void
Attach this chart known by its relation id to the given text run.Constructors in org.apache.poi.xwpf.usermodel with parameters of type XWPFRunModifierConstructorDescriptionXWPFPicture
(org.openxmlformats.schemas.drawingml.x2006.picture.CTPicture ctPic, XWPFRun run)