Uses of Class
org.apache.poi.hpsf.NoSingleSectionException
Packages that use NoSingleSectionException
-
Uses of NoSingleSectionException in org.apache.poi.hpsf
Methods in org.apache.poi.hpsf that throw NoSingleSectionExceptionModifier and TypeMethodDescriptionProperty[]
PropertySet.getProperties()
Convenience method returning theProperty
array contained in this property set.protected Object
PropertySet.getProperty
(int id) Convenience method returning the value of the property with the specified ID.boolean
PropertySet.wasNull()
Checks whether the property which the last call toPropertySet.getPropertyIntValue(int)
orPropertySet.getProperty(int)
tried to access was available or not.