Uses of Interface
org.apache.poi.xwpf.usermodel.IRunElement

Packages that use IRunElement
org.apache.poi.xwpf.usermodel   
 

Uses of IRunElement in org.apache.poi.xwpf.usermodel
 

Classes in org.apache.poi.xwpf.usermodel that implement IRunElement
 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 properties
 class XWPFSDT
          Experimental class to offer rudimentary read-only processing of of StructuredDocumentTags/ContentControl
 

Fields in org.apache.poi.xwpf.usermodel with type parameters of type IRunElement
protected  java.util.List<IRunElement> XWPFParagraph.iruns
           
 

Methods in org.apache.poi.xwpf.usermodel that return types with arguments of type IRunElement
 java.util.List<IRunElement> XWPFParagraph.getIRuns()
          Return literal runs and sdt/content control objects.
 



Copyright 2017 The Apache Software Foundation or its licensors, as applicable.