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 java.util.List<SEPX>
SectionTable. _sections
Methods in org.apache.poi.hwpf.model that return types with arguments of type SEPX Modifier and Type Method Description java.util.List<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 Modifier and Type Field Description 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 Constructor Description Section(SEPX sepx, Range parent)
-