| Package | Description | 
|---|---|
| org.apache.poi.hpsf | Processes streams in the Horrible Property Set Format (HPSF) in POI filesystems. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CustomPropertyThis class represents custom properties in the document summary
 information stream. | 
| Modifier and Type | Method and Description | 
|---|---|
| Property[] | PropertySet. getProperties()Convenience method returning the  Propertyarray contained in this
 property set. | 
| Property[] | Section. getProperties()Returns this section's properties. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Section. setProperties(Property[] properties)Sets this section's properties. | 
| void | Section. setProperty(Property p)Sets a property. | 
| Constructor and Description | 
|---|
| CustomProperty(Property property)Creates a  CustomPropertywithout a name by copying the
 underlyingProperty' attributes. | 
| CustomProperty(Property property,
              java.lang.String name)Creates a  CustomPropertywith a name. | 
| Property(Property p)Creates a  Propertyas a copy of an existingProperty. | 
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.