Uses of Interface
org.apache.poi.wp.usermodel.CharacterRun

Packages that use CharacterRun
org.apache.poi.hwpf.usermodel   
org.apache.poi.xwpf.usermodel   
 

Uses of CharacterRun in org.apache.poi.hwpf.usermodel
 

Classes in org.apache.poi.hwpf.usermodel that implement CharacterRun
 class CharacterRun
          This class represents a run of text that share common properties.
 

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

Classes in org.apache.poi.xwpf.usermodel that implement CharacterRun
 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
 



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