Uses of Class
loci.poi.hpsf.NoSingleSectionException
Packages that use NoSingleSectionException
-
Uses of NoSingleSectionException in loci.poi.hpsf
Methods in loci.poi.hpsf that throw NoSingleSectionExceptionModifier and TypeMethodDescriptionProperty[]PropertySet.getProperties()Convenience method returning thePropertyarray contained in this property set.Property[]SpecialPropertySet.getProperties()protected ObjectPropertySet.getProperty(int id) Convenience method returning the value of the property with the specified ID.protected ObjectSpecialPropertySet.getProperty(int id) protected booleanPropertySet.getPropertyBooleanValue(int id) Convenience method returning the value of a boolean property with the specified ID.protected booleanSpecialPropertySet.getPropertyBooleanValue(int id) protected intPropertySet.getPropertyIntValue(int id) Convenience method returning the value of the numeric property with the specified ID.protected intSpecialPropertySet.getPropertyIntValue(int id) booleanPropertySet.wasNull()Checks whether the property which the last call toPropertySet.getPropertyIntValue(int)orPropertySet.getProperty(int)tried to access was available or not.booleanSpecialPropertySet.wasNull()