Uses of Class
org.apache.poi.hwpf.model.SectionTable
-
Packages that use SectionTable Package Description org.apache.poi.hwpf org.apache.poi.hwpf.model -
-
Uses of SectionTable in org.apache.poi.hwpf
Fields in org.apache.poi.hwpf declared as SectionTable Modifier and Type Field Description protected SectionTableHWPFDocumentCore. _stContains formatting properties for sections.Methods in org.apache.poi.hwpf that return SectionTable Modifier and Type Method Description SectionTableHWPFDocumentCore. getSectionTable() -
Uses of SectionTable in org.apache.poi.hwpf.model
Subclasses of SectionTable in org.apache.poi.hwpf.model Modifier and Type Class Description classOldSectionTableThis class holds all of the section formatting properties from Old (Word 6 / Word 95) documents.
-