Uses of Interface
org.apache.poi.xwpf.usermodel.IRunBody
Packages that use IRunBody
-
Uses of IRunBody in org.apache.poi.xwpf.usermodel
Classes in org.apache.poi.xwpf.usermodel that implement IRunBodyModifier and TypeClassDescriptionclassA Paragraph within a Document, Table, Header etc.classExperimental class to offer rudimentary read-only processing of of StructuredDocumentTags/ContentControlMethods in org.apache.poi.xwpf.usermodel that return IRunBodyModifier and TypeMethodDescriptionXWPFRun.getParent()Get the currently referenced paragraph/SDT objectConstructors in org.apache.poi.xwpf.usermodel with parameters of type IRunBodyModifierConstructorDescriptionXWPFFieldRun(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) 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)