Uses of Class
org.apache.poi.hwpf.usermodel.SectionProperties
-
Packages that use SectionProperties Package Description org.apache.poi.hwpf.model org.apache.poi.hwpf.sprm org.apache.poi.hwpf.usermodel -
-
Uses of SectionProperties in org.apache.poi.hwpf.model
Methods in org.apache.poi.hwpf.model that return SectionProperties Modifier and Type Method Description SectionPropertiesSEPX. getSectionProperties() -
Uses of SectionProperties in org.apache.poi.hwpf.sprm
Methods in org.apache.poi.hwpf.sprm that return SectionProperties Modifier and Type Method Description static SectionPropertiesSectionSprmUncompressor. uncompressSEP(byte[] grpprl, int offset)Methods in org.apache.poi.hwpf.sprm with parameters of type SectionProperties Modifier and Type Method Description static byte[]SectionSprmCompressor. compressSectionProperty(SectionProperties newSEP) -
Uses of SectionProperties in org.apache.poi.hwpf.usermodel
Methods in org.apache.poi.hwpf.usermodel that return SectionProperties Modifier and Type Method Description SectionPropertiesSectionProperties. copy()Constructors in org.apache.poi.hwpf.usermodel with parameters of type SectionProperties Constructor Description SectionProperties(SectionProperties other)
-