| Package | Description | 
|---|---|
| loci.poi.hpsf |  | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CustomPropertyThis class represents custum properties in the document summary
 information stream. | 
| class  | MutablePropertyAdds writing capability to the  Propertyclass. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected Property[] | Section. properties | 
| Modifier and Type | Method and Description | 
|---|---|
| Property[] | Section. getProperties()Returns this section's properties. | 
| Property[] | MutableSection. getProperties()Gets this section's properties. | 
| Property[] | SpecialPropertySet. getProperties() | 
| Property[] | PropertySet. getProperties()Convenience method returning the  Propertyarray
 contained in this property set. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | MutableSection. setProperties(Property[] properties)Sets this section's properties. | 
| void | MutableSection. setProperty(Property p)Sets a property. | 
| static void | TypeWriter. writeToStream(OutputStream out,
             Property[] properties,
             int codepage)Writes an array of  Propertyinstances to an output stream
 according to the Horrible Property Stream Format. | 
| Constructor and Description | 
|---|
| CustomProperty(Property property)Creates a  CustomPropertywithout a name by copying the
 underlyingProperty' attributes. | 
| CustomProperty(Property property,
              String name)Creates a  CustomPropertywith a name. | 
| MutableProperty(Property p)Creates a  MutablePropertyas a copy of an existingProperty. | 
Copyright © 2014 Open Microscopy Environment