Section

java.lang. Object
+Object()
+getClass() :java.lang.Class
+hashCode() :int
+equals(java.lang.Object ) :boolean
#clone() :java.lang.Object
+toString() :java.lang.String
+notify() :void
+notifyAll() :void
+wait(long ) :void
+wait(long , int ) :void
+wait() :void
#finalize() :void
org.apache.poi.hpsf. Section
#dictionary :java.util.Map
+Section(byte[] src, int offset)
+getFormatID() :org.apache.poi.hpsf.ClassID
+getOffset() :long
+getSize() :int
+getPropertyCount() :int
+getProperties() :org.apache.poi.hpsf.Property
+getProperty(int id) :java.lang.Object
#getPropertyIntValue(int id) :int
#getPropertyBooleanValue(int id) :boolean
+wasNull() :boolean
+getPIDString(int pid) :java.lang.String