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 TypeClassDescriptionclass
This 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 theProperty
array 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 TypeMethodDescriptionvoid
Section.setProperties
(Property[] properties) Sets this section's properties.void
Section.setProperty
(Property p) Sets a property.Constructors in org.apache.poi.hpsf with parameters of type PropertyModifierConstructorDescriptionCustomProperty
(Property property) Creates aCustomProperty
without a name by copying the underlyingProperty
' attributes.CustomProperty
(Property property, String name) Creates aCustomProperty
with a name.Creates aProperty
as a copy of an existingProperty
.