Uses of Class
org.apache.poi.hwpf.model.SEPX
-
Packages that use SEPX Package Description 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 Modifier and Type Field Description protected List<SEPX>SectionTable. _sectionsMethods in org.apache.poi.hwpf.model that return SEPX Modifier and Type Method Description SEPXSEPX. copy()Methods in org.apache.poi.hwpf.model that return types with arguments of type SEPX Modifier and Type Method Description List<SEPX>SectionTable. getSections()Constructors in org.apache.poi.hwpf.model with parameters of type SEPX Constructor Description SEPX(SEPX other) -
Uses of SEPX in org.apache.poi.hwpf.usermodel
Fields in org.apache.poi.hwpf.usermodel with type parameters of type SEPX Modifier and Type Field Description protected List<SEPX>Range. _sectionsAll sections that belong to the document this Range belongs to.Constructors in org.apache.poi.hwpf.usermodel with parameters of type SEPX Constructor Description Section(SEPX sepx, Range parent)
-