org.apache.poi.hpsf
Class SpecialPropertySet

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

Deprecated. POI 3.16 - use PropertySet as base class instead

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

Interface for the convenience classes SummaryInformation and DocumentSummaryInformation.

This used to be an abstract class to support late loading of the SummaryInformation classes, as their concrete instance can only be determined after the PropertySet has been loaded.


Field Summary
 
Fields inherited from class org.apache.poi.hpsf.PropertySet
OS_MACINTOSH, OS_WIN16, OS_WIN32
 
Constructor Summary
SpecialPropertySet()
          Deprecated.  
SpecialPropertySet(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

SpecialPropertySet

public SpecialPropertySet()
Deprecated. 

SpecialPropertySet

public SpecialPropertySet(PropertySet ps)
                   throws UnexpectedPropertySetTypeException
Deprecated. 
Throws:
UnexpectedPropertySetTypeException