Uses of Class
org.apache.poi.hpsf.NoSingleSectionException
-
Packages that use NoSingleSectionException Package Description org.apache.poi.hpsf Processes streams in the Horrible Property Set Format (HPSF) in POI filesystems. -
-
Uses of NoSingleSectionException in org.apache.poi.hpsf
Methods in org.apache.poi.hpsf that throw NoSingleSectionException Modifier and Type Method Description Property[]
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.
-