java.lang.Objectorg.apache.poi.hpsf.PropertySet
org.apache.poi.hpsf.MutablePropertySet
Direct Known Subclasses:
DocumentSummaryInformation, SpecialPropertySet, SummaryInformation
Adds writing support to the PropertySet class.
Please be aware that this class' functionality will be merged into the PropertySet class at a later time, so the API will change.
Rainer - Klute <klute@rainer-klute.de>$ - Id: MutablePropertySet.java 643670 2008-04-02 00:50:45Z klute $2003-02-19 - | Fields inherited from org.apache.poi.hpsf.PropertySet: |
|---|
| BYTE_ORDER_ASSERTION, byteOrder, FORMAT_ASSERTION, format, osVersion, OS_WIN16, OS_MACINTOSH, OS_WIN32, classID, sections |
| Constructor: |
|---|
Constructs a |
Constructs a
|
| Method from org.apache.poi.hpsf.MutablePropertySet Summary: |
|---|
| addSection, clearSections, setByteOrder, setClassID, setFormat, setOSVersion, toInputStream, write, write |
| Methods from org.apache.poi.hpsf.PropertySet: |
|---|
| equals, getByteOrder, getClassID, getFirstSection, getFormat, getOSVersion, getProperties, getProperty, getPropertyBooleanValue, getPropertyIntValue, getSectionCount, getSections, getSingleSection, hashCode, isDocumentSummaryInformation, isPropertySetStream, isPropertySetStream, isSummaryInformation, toString, wasNull |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from org.apache.poi.hpsf.MutablePropertySet Detail: |
|---|
Adds a section to this property set. |
Removes all sections from this property set. |
Sets the "byteOrder" property. |
Sets the property set stream's low-level "class ID" field. |
Sets the "format" property. |
Sets the "osVersion" property. |
Returns the contents of this property set stream as an input stream. The latter can be used for example to write the property set into a POIFS document. The input stream represents a snapshot of the property set. If the latter is modified while the input stream is still being read, the modifications will not be reflected in the input stream but in the MutablePropertySet only. |
Writes the property set to an output stream. |
Writes a property set to a document in a POI filesystem directory. |