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 SectionTable
HWPFDocumentCore. _st
Contains formatting properties for sections.Methods in org.apache.poi.hwpf that return SectionTable Modifier and Type Method Description SectionTable
HWPFDocumentCore. getSectionTable()
-
Uses of SectionTable in org.apache.poi.hwpf.model
Subclasses of SectionTable in org.apache.poi.hwpf.model Modifier and Type Class Description class
OldSectionTable
This class holds all of the section formatting properties from Old (Word 6 / Word 95) documents.
-