Uses of Class
org.apache.poi.hwpf.model.PAPBinTable
-
Packages that use PAPBinTable Package Description org.apache.poi.hwpf org.apache.poi.hwpf.model -
-
Uses of PAPBinTable in org.apache.poi.hwpf
Fields in org.apache.poi.hwpf declared as PAPBinTable Modifier and Type Field Description protected PAPBinTable
HWPFDocumentCore. _pbt
Contains formatting properties for paragraphsMethods in org.apache.poi.hwpf that return PAPBinTable Modifier and Type Method Description PAPBinTable
HWPFDocumentCore. getParagraphTable()
-
Uses of PAPBinTable in org.apache.poi.hwpf.model
Subclasses of PAPBinTable in org.apache.poi.hwpf.model Modifier and Type Class Description class
OldPAPBinTable
This class holds all of the paragraph formatting properties from Old (Word 6 / Word 95) documents.
-