Uses of Class
org.docx4j.org.apache.poi.hpsf.NoSingleSectionException
| Package | Description |
|---|---|
| org.docx4j.org.apache.poi.hpsf |
-
Uses of NoSingleSectionException in org.docx4j.org.apache.poi.hpsf
Methods in org.docx4j.org.apache.poi.hpsf that throw NoSingleSectionException Modifier and Type Method Description Property[]PropertySet. getProperties()Convenience method returning thePropertyarray contained in this property set.Property[]SpecialPropertySet. getProperties()protected java.lang.ObjectPropertySet. getProperty(int id)Convenience method returning the value of the property with the specified ID.protected java.lang.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()