Package | Description |
---|---|
org.zkoss.poi.hpsf |
Processes streams in the Horrible Property Set Format (HPSF) in POI
filesystems.
|
Modifier and Type | Class and Description |
---|---|
class |
CustomProperty
This class represents custom properties in the document summary
information stream.
|
class |
MutableProperty
Adds writing capability to the
Property class. |
Modifier and Type | Field and Description |
---|---|
protected Property[] |
Section.properties |
Modifier and Type | Method and Description |
---|---|
Property[] |
SpecialPropertySet.getProperties() |
Property[] |
Section.getProperties()
Returns this section's properties.
|
Property[] |
PropertySet.getProperties()
Convenience method returning the
Property array
contained in this property set. |
Property[] |
MutableSection.getProperties()
Gets this section's properties.
|
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(java.io.OutputStream out,
Property[] properties,
int codepage)
Writes an array of
Property instances to an output stream
according to the Horrible Property Stream Format. |
Constructor and Description |
---|
CustomProperty(Property property)
Creates a
CustomProperty without a name by copying the
underlying Property ' attributes. |
CustomProperty(Property property,
java.lang.String name)
Creates a
CustomProperty with a name. |
MutableProperty(Property p)
Creates a
MutableProperty as a copy of an existing
Property . |
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.