Uses of Class
loci.poi.hpsf.Property
Packages that use Property
-
Uses of Property in loci.poi.hpsf
Subclasses of Property in loci.poi.hpsfModifier and TypeClassDescriptionclassThis class represents custum properties in the document summary information stream.classAdds writing capability to thePropertyclass.Fields in loci.poi.hpsf declared as PropertyMethods in loci.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 loci.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 loci.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.