Uses of Class
org.apache.poi.hwpf.model.CHPBinTable
-
Packages that use CHPBinTable Package Description 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 Modifier and Type Field Description protected CHPBinTable
HWPFDocumentCore. _cbt
Contains formatting properties for textMethods in org.apache.poi.hwpf that return CHPBinTable Modifier and Type Method Description CHPBinTable
HWPFDocumentCore. getCharacterTable()
-
Uses of CHPBinTable in org.apache.poi.hwpf.model
Subclasses of CHPBinTable in org.apache.poi.hwpf.model Modifier and Type Class Description class
OldCHPBinTable
This class holds all of the character formatting properties from Old (Word 6 / Word 95) documents.
-