Uses of Class
org.docx4j.org.apache.poi.hpsf.Property
| Package | Description |
|---|---|
| org.docx4j.org.apache.poi.hpsf |
-
Uses of Property in org.docx4j.org.apache.poi.hpsf
Subclasses of Property in org.docx4j.org.apache.poi.hpsf Modifier and Type Class Description classCustomPropertyThis class represents custom properties in the document summary information stream.classMutablePropertyAdds writing capability to thePropertyclass.Fields in org.docx4j.org.apache.poi.hpsf declared as Property Modifier and Type Field Description protected Property[]Section. propertiesMethods in org.docx4j.org.apache.poi.hpsf that return Property Modifier and Type Method Description Property[]MutableSection. getProperties()Gets this section's properties.Property[]PropertySet. getProperties()Convenience method returning thePropertyarray contained in this property set.Property[]Section. getProperties()Returns this section's properties.Property[]SpecialPropertySet. getProperties()Methods in org.docx4j.org.apache.poi.hpsf with parameters of type Property Modifier and Type Method Description voidMutableSection. setProperties(Property[] properties)Sets this section's properties.voidMutableSection. setProperty(Property p)Sets a property.static voidTypeWriter. writeToStream(java.io.OutputStream out, Property[] properties, int codepage)Writes an array ofPropertyinstances to an output stream according to the Horrible Property Stream Format.Constructors in org.docx4j.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, java.lang.String name)Creates aCustomPropertywith a name.MutableProperty(Property p)Creates aMutablePropertyas a copy of an existingProperty.