Uses of Class
loci.poi.hpsf.NoSingleSectionException
-
Packages that use NoSingleSectionException Package Description loci.poi.hpsf -
-
Uses of NoSingleSectionException in loci.poi.hpsf
Methods in loci.poi.hpsf that throw NoSingleSectionException Modifier and Type Method Description Property[]
PropertySet. getProperties()
Convenience method returning theProperty
array contained in this property set.Property[]
SpecialPropertySet. getProperties()
protected Object
PropertySet. getProperty(int id)
Convenience method returning the value of the property with the specified ID.protected Object
SpecialPropertySet. getProperty(int id)
protected boolean
PropertySet. getPropertyBooleanValue(int id)
Convenience method returning the value of a boolean property with the specified ID.protected boolean
SpecialPropertySet. getPropertyBooleanValue(int id)
protected int
PropertySet. getPropertyIntValue(int id)
Convenience method returning the value of the numeric property with the specified ID.protected int
SpecialPropertySet. getPropertyIntValue(int 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.boolean
SpecialPropertySet. wasNull()
-