Uses of Class
org.apache.poi.hpsf.Property
-
Packages that use Property Package Description org.apache.poi.hpsf Processes streams in the Horrible Property Set Format (HPSF) in POI filesystems. -
-
Uses of Property in org.apache.poi.hpsf
Subclasses of Property in org.apache.poi.hpsf Modifier and Type Class Description classCustomPropertyThis class represents custom properties in the document summary information stream.Methods in org.apache.poi.hpsf that return Property Modifier and Type Method Description Property[]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 Property Modifier and Type Method Description voidSection. 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 Property Constructor Description CustomProperty(Property property)Creates aCustomPropertywithout a name by copying the underlyingProperty' attributes.CustomProperty(Property property, String name)Creates aCustomPropertywith a name.Property(Property p)Creates aPropertyas a copy of an existingProperty.
-