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 PAPBinTableHWPFDocumentCore. _pbtContains formatting properties for paragraphsMethods in org.apache.poi.hwpf that return PAPBinTable Modifier and Type Method Description PAPBinTableHWPFDocumentCore. getParagraphTable() -
Uses of PAPBinTable in org.apache.poi.hwpf.model
Subclasses of PAPBinTable in org.apache.poi.hwpf.model Modifier and Type Class Description classOldPAPBinTableThis class holds all of the paragraph formatting properties from Old (Word 6 / Word 95) documents.
-