Uses of Class
org.docx4j.org.apache.poi.hpsf.Property
Packages that use Property
-
Uses of Property in org.docx4j.org.apache.poi.hpsf
Subclasses of Property in org.docx4j.org.apache.poi.hpsfModifier and TypeClassDescriptionclassThis class represents custom properties in the document summary information stream.classAdds writing capability to thePropertyclass.Fields in org.docx4j.org.apache.poi.hpsf declared as PropertyMethods in org.docx4j.org.apache.poi.hpsf that return PropertyModifier and TypeMethodDescriptionProperty[]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 PropertyModifier and TypeMethodDescriptionvoidMutableSection.setProperties(Property[] properties) Sets this section's properties.voidMutableSection.setProperty(Property p) Sets a property.static voidTypeWriter.writeToStream(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 PropertyModifierConstructorDescriptionCustomProperty(Property property) Creates aCustomPropertywithout a name by copying the underlyingProperty' attributes.CustomProperty(Property property, String name) Creates aCustomPropertywith a name.Creates aMutablePropertyas a copy of an existingProperty.