Uses of Interface
org.apache.poi.xwpf.usermodel.IRunElement
-
Packages that use IRunElement Package Description org.apache.poi.xwpf.usermodel -
-
Uses of IRunElement in org.apache.poi.xwpf.usermodel
Classes in org.apache.poi.xwpf.usermodel that implement IRunElement 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.class
XWPFRun
XWPFRun object defines a region of text with a common set of propertiesclass
XWPFSDT
Experimental class to offer rudimentary read-only processing of of StructuredDocumentTags/ContentControlFields in org.apache.poi.xwpf.usermodel with type parameters of type IRunElement Modifier and Type Field Description protected java.util.List<IRunElement>
XWPFParagraph. iruns
Methods in org.apache.poi.xwpf.usermodel that return types with arguments of type IRunElement Modifier and Type Method Description java.util.List<IRunElement>
XWPFParagraph. getIRuns()
Return literal runs and sdt/content control objects.
-