Uses of Class
org.apache.poi.hwpf.model.CHPX

Packages that use CHPX
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
protected  java.util.ArrayList<CHPX> CHPBinTable._textRuns
          List of character properties.
 

Methods in org.apache.poi.hwpf.model that return CHPX
 CHPX CHPFormattedDiskPage.getCHPX(int index)
           
 

Methods in org.apache.poi.hwpf.model that return types with arguments of type CHPX
 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
 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
protected  java.util.List<CHPX> Range._characters
          All CharacterRuns that belong to the document this Range belongs to.
 



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