|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
protected java.lang.Object |
SpecialPropertySet.getProperty(int id)
|
protected java.lang.Object |
PropertySet.getProperty(int id)
Convenience method returning the value of the property with the specified ID. |
protected boolean |
SpecialPropertySet.getPropertyBooleanValue(int id)
|
protected boolean |
PropertySet.getPropertyBooleanValue(int id)
Convenience method returning the value of a boolean property with the specified ID. |
protected int |
SpecialPropertySet.getPropertyIntValue(int id)
|
protected int |
PropertySet.getPropertyIntValue(int id)
Convenience method returning the value of the numeric property with the specified ID. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |