Uses of Class
org.apache.poi.hwpf.model.CHPX
-
Packages that use CHPX Package Description org.apache.poi.hwpf.model org.apache.poi.hwpf.usermodel -
-
Uses of CHPX in org.apache.poi.hwpf.model
Fields in org.apache.poi.hwpf.model with type parameters of type CHPX Modifier and Type Field Description protected java.util.List<CHPX>
CHPBinTable. _textRuns
List of character properties.Methods in org.apache.poi.hwpf.model that return CHPX Modifier and Type Method Description CHPX
CHPFormattedDiskPage. getCHPX(int index)
Methods in org.apache.poi.hwpf.model that return types with arguments of type CHPX Modifier and Type Method Description java.util.List<CHPX>
CHPFormattedDiskPage. getCHPXs()
java.util.ArrayList<CHPX>
CHPFormattedDiskPage. getOverflow()
java.util.List<CHPX>
CHPBinTable. getTextRuns()
Method parameters in org.apache.poi.hwpf.model with type arguments of type CHPX Modifier and Type Method Description void
CHPFormattedDiskPage. fill(java.util.List<CHPX> filler)
-
Uses of CHPX in org.apache.poi.hwpf.usermodel
Fields in org.apache.poi.hwpf.usermodel with type parameters of type CHPX Modifier and Type Field Description protected java.util.List<CHPX>
Range. _characters
All CharacterRuns that belong to the document this Range belongs to.
-