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

Packages that use SEPX
org.apache.poi.hwpf.model   
org.apache.poi.hwpf.usermodel   
 

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

Fields in org.apache.poi.hwpf.model with type parameters of type SEPX
protected  java.util.ArrayList<SEPX> SectionTable._sections
           
 

Methods in org.apache.poi.hwpf.model that return types with arguments of type SEPX
 java.util.ArrayList<SEPX> SectionTable.getSections()
           
 

Uses of SEPX in org.apache.poi.hwpf.usermodel
 

Fields in org.apache.poi.hwpf.usermodel with type parameters of type SEPX
protected  java.util.List<SEPX> Range._sections
          All sections that belong to the document this Range belongs to.
 

Constructors in org.apache.poi.hwpf.usermodel with parameters of type SEPX
Section(SEPX sepx, Range parent)
           
 



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