Uses of Class
org.apache.poi.hwpf.model.SectionTable

Packages that use SectionTable
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
protected  SectionTable HWPFDocumentCore._st
          Contains formatting properties for sections.
 

Methods in org.apache.poi.hwpf that return SectionTable
 SectionTable HWPFDocumentCore.getSectionTable()
           
 

Uses of SectionTable in org.apache.poi.hwpf.model
 

Subclasses of SectionTable in org.apache.poi.hwpf.model
 class OldSectionTable
          This class holds all of the section formatting properties from Old (Word 6 / Word 95) documents.
 



Copyright 2012 The Apache Software Foundation or its licensors, as applicable.