Uses of Class
org.apache.poi.hpsf.Property
Packages that use Property
-
Uses of Property in org.apache.poi.hpsf
Subclasses of Property in org.apache.poi.hpsfModifier and TypeClassDescriptionclassThis class represents custom properties in the document summary information stream.Methods in org.apache.poi.hpsf that return PropertyModifier and TypeMethodDescriptionProperty[]PropertySet.getProperties()Convenience method returning thePropertyarray contained in this property set.Property[]Section.getProperties()Returns this section's properties.Methods in org.apache.poi.hpsf with parameters of type PropertyModifier and TypeMethodDescriptionvoidSection.setProperties(Property[] properties) Sets this section's properties.voidSection.setProperty(Property p) Sets a property.Constructors in org.apache.poi.hpsf with parameters of type PropertyModifierConstructorDescriptionCustomProperty(Property property) Creates aCustomPropertywithout a name by copying the underlyingProperty' attributes.CustomProperty(Property property, String name) Creates aCustomPropertywith a name.Creates aPropertyas a copy of an existingProperty.