Uses of Interface
org.apache.poi.xwpf.usermodel.IRunBody
-
Packages that use IRunBody Package Description org.apache.poi.xwpf.usermodel -
-
Uses of IRunBody in org.apache.poi.xwpf.usermodel
Classes in org.apache.poi.xwpf.usermodel that implement IRunBody Modifier and Type Class Description class
XWPFParagraph
A Paragraph within a Document, Table, Header etc.class
XWPFSDT
Experimental class to offer rudimentary read-only processing of of StructuredDocumentTags/ContentControlMethods in org.apache.poi.xwpf.usermodel that return IRunBody Modifier and Type Method Description IRunBody
XWPFRun. getParent()
Get the currently referenced paragraph/SDT objectConstructors in org.apache.poi.xwpf.usermodel with parameters of type IRunBody Constructor Description XWPFFieldRun(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSimpleField field, org.openxmlformats.schemas.wordprocessingml.x2006.main.CTR run, IRunBody p)
XWPFHyperlinkRun(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTHyperlink hyperlink, org.openxmlformats.schemas.wordprocessingml.x2006.main.CTR run, IRunBody p)
XWPFRun(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTR r, IRunBody p)
XWPFSDTContent(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtContentBlock block, IBody part, IRunBody parent)
XWPFSDTContent(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtContentRun sdtRun, IBody part, IRunBody parent)
-