Uses of Class
org.apache.poi.hwpf.usermodel.SectionProperties

Packages that use SectionProperties
org.apache.poi.hwpf.model   
org.apache.poi.hwpf.sprm   
 

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

Methods in org.apache.poi.hwpf.model that return SectionProperties
 SectionProperties SEPX.getSectionProperties()
           
 

Uses of SectionProperties in org.apache.poi.hwpf.sprm
 

Methods in org.apache.poi.hwpf.sprm that return SectionProperties
static SectionProperties SectionSprmUncompressor.uncompressSEP(byte[] grpprl, int offset)
           
 

Methods in org.apache.poi.hwpf.sprm with parameters of type SectionProperties
static byte[] SectionSprmCompressor.compressSectionProperty(SectionProperties newSEP)
           
 



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