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

Packages that use NoSingleSectionException
org.apache.poi.hpsf
 
 

Uses of NoSingleSectionException in org.apache.poi.hpsf
 

Methods in org.apache.poi.hpsf that throw NoSingleSectionException
 Property[] SpecialPropertySet.getProperties()
           
 Property[] PropertySet.getProperties()
          Convenience method returning the Property array contained in this property set.
 boolean SpecialPropertySet.wasNull()
           
 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.