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 List<CHPX>CHPBinTable. _textRunsList of character properties.Methods in org.apache.poi.hwpf.model that return CHPX Modifier and Type Method Description CHPXCHPX. copy()CHPXCHPFormattedDiskPage. getCHPX(int index)Methods in org.apache.poi.hwpf.model that return types with arguments of type CHPX Modifier and Type Method Description List<CHPX>CHPFormattedDiskPage. getCHPXs()ArrayList<CHPX>CHPFormattedDiskPage. getOverflow()List<CHPX>CHPBinTable. getTextRuns()Method parameters in org.apache.poi.hwpf.model with type arguments of type CHPX Modifier and Type Method Description voidCHPFormattedDiskPage. fill(List<CHPX> filler)Constructors in org.apache.poi.hwpf.model with parameters of type CHPX Constructor Description CHPX(CHPX other) -
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 List<CHPX>Range. _charactersAll CharacterRuns that belong to the document this Range belongs to.
-