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 StringWordToFoConverter. createPageMaster(Section section, String type, int sectionIndex)protected abstract voidAbstractWordConverter. processSection(HWPFDocumentCore wordDocument, Section section, int s)protected voidWordToFoConverter. processSection(HWPFDocumentCore wordDocument, Section section, int sectionCounter)protected voidWordToHtmlConverter. processSection(HWPFDocumentCore wordDocument, Section section, int sectionCounter)protected voidWordToTextConverter. processSection(HWPFDocumentCore wordDocument, Section section, int s)protected voidAbstractWordConverter. processSingleSection(HWPFDocumentCore wordDocument, Section section)protected voidWordToHtmlConverter. 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 SectionSection. copy()SectionRange. getSection(int index)Gets the section at index.Constructors in org.apache.poi.hwpf.usermodel with parameters of type Section Constructor Description Section(Section other)
-