Uses of Class
org.apache.poi.hwpf.usermodel.Section
-
Packages that use Section Package Description org.apache.poi.hwpf.converter org.apache.poi.hwpf.usermodel -
-
Uses of Section in org.apache.poi.hwpf.converter
Methods in org.apache.poi.hwpf.converter with parameters of type Section Modifier and Type Method Description protected java.lang.String
WordToFoConverter. createPageMaster(Section section, java.lang.String type, int sectionIndex)
protected abstract void
AbstractWordConverter. processSection(HWPFDocumentCore wordDocument, Section section, int s)
protected void
WordToFoConverter. processSection(HWPFDocumentCore wordDocument, Section section, int sectionCounter)
protected void
WordToHtmlConverter. processSection(HWPFDocumentCore wordDocument, Section section, int sectionCounter)
protected void
WordToTextConverter. processSection(HWPFDocumentCore wordDocument, Section section, int s)
protected void
AbstractWordConverter. processSingleSection(HWPFDocumentCore wordDocument, Section section)
protected void
WordToHtmlConverter. processSingleSection(HWPFDocumentCore wordDocument, Section section)
-
Uses of Section in org.apache.poi.hwpf.usermodel
Methods in org.apache.poi.hwpf.usermodel that return Section Modifier and Type Method Description Section
Range. getSection(int index)
Gets the section at index.
-