org.apache.poi.hpsf
Class MutablePropertySet

java.lang.Object
  extended by org.apache.poi.hpsf.PropertySet
      extended by org.apache.poi.hpsf.MutablePropertySet
Direct Known Subclasses:
SpecialPropertySet

Deprecated. POI 3.16 - use PropertySet as base class instead

@Removal(version="3.18")
public class MutablePropertySet
extends PropertySet

dds 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.


Field Summary
 
Fields inherited from class org.apache.poi.hpsf.PropertySet
OS_MACINTOSH, OS_WIN16, OS_WIN32
 
Constructor Summary
MutablePropertySet()
          Deprecated.  
MutablePropertySet(PropertySet ps)
          Deprecated.  
 
Method Summary
 
Methods inherited from class org.apache.poi.hpsf.PropertySet
addSection, clearSections, equals, getByteOrder, getClassID, getFirstSection, getFormat, getOSVersion, getProperties, getProperty, getPropertyBooleanValue, getPropertyIntValue, getPropertySetIDMap, getPropertyStringValue, getPropertyStringValue, getSectionCount, getSections, getSingleSection, hashCode, isDocumentSummaryInformation, isPropertySetStream, isPropertySetStream, isSummaryInformation, remove1stProperty, set1stProperty, set1stProperty, set1stProperty, set1stProperty, setByteOrder, setClassID, setFormat, setOSVersion, toInputStream, toString, wasNull, write, write
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MutablePropertySet

public MutablePropertySet()
Deprecated. 

MutablePropertySet

public MutablePropertySet(PropertySet ps)
Deprecated.