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

Packages that use CHPBinTable
org.apache.poi.hwpf   
org.apache.poi.hwpf.model   
 

Uses of CHPBinTable in org.apache.poi.hwpf
 

Fields in org.apache.poi.hwpf declared as CHPBinTable
protected  CHPBinTable HWPFDocumentCore._cbt
          Contains formatting properties for text
 

Methods in org.apache.poi.hwpf that return CHPBinTable
 CHPBinTable HWPFDocumentCore.getCharacterTable()
           
 

Uses of CHPBinTable in org.apache.poi.hwpf.model
 

Subclasses of CHPBinTable in org.apache.poi.hwpf.model
 class OldCHPBinTable
          This class holds all of the character formatting properties from Old (Word 6 / Word 95) documents.
 



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