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 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.classXWPFRunXWPFRun object defines a region of text with a common set of propertiesclassXWPFSDTExperimental 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 List<IRunElement>XWPFParagraph. irunsMethods in org.apache.poi.xwpf.usermodel that return types with arguments of type IRunElement Modifier and Type Method Description List<IRunElement>XWPFParagraph. getIRuns()Return literal runs and sdt/content control objects.
-