Uses of Class
org.apache.poi.hpsf.NoSingleSectionException

Packages that use NoSingleSectionException
org.apache.poi.hpsf
Horrible PropertySet Format API reads things like Document Summary info from OLE 2 Compound document files. 
 

Uses of NoSingleSectionException in org.apache.poi.hpsf
 

Methods in org.apache.poi.hpsf that throw NoSingleSectionException
 Property[] PropertySet.getProperties()
          Convenience method returning the Property array contained in this property set.
protected  java.lang.Object PropertySet.getProperty(int id)
          Convenience method returning the value of the property with the specified ID.
protected  int PropertySet.getPropertyIntValue(int id)
          Convenience method returning the value of the numeric property with the specified ID.
 boolean PropertySet.wasNull()
          Checks whether the property which the last call to PropertySet.getPropertyIntValue(int) or PropertySet.getProperty(int) tried to access was available or not.
 



Copyright © 2002 Apache jakarta-poi project. All Rights Reserved.