Uses of Class
org.apache.poi.hpsf.PropertySet

Packages that use PropertySet
org.apache.poi.hpsf
Horrible PropertySet Format API reads things like Document Summary info from OLE 2 Compound document files. 
 

Uses of PropertySet in org.apache.poi.hpsf
 

Subclasses of PropertySet in org.apache.poi.hpsf
 class DocumentSummaryInformation
          Convenience class representing a DocumentSummary Information stream in a Microsoft Office document.
 class SpecialPropertySet
          Abstract superclass for the convenience classes SummaryInformation and DocumentSummaryInformation.
 class SummaryInformation
          Convenience class representing a Summary Information stream in a Microsoft Office document.
 

Methods in org.apache.poi.hpsf that return PropertySet
static PropertySet PropertySetFactory.create(java.io.InputStream stream)
          Creates the most specific PropertySet from an InputStream.
 

Constructors in org.apache.poi.hpsf with parameters of type PropertySet
SpecialPropertySet(PropertySet ps)
           
DocumentSummaryInformation(PropertySet ps)
          Creates a DocumentSummaryInformation from a given PropertySet.
SummaryInformation(PropertySet ps)
          Creates a SummaryInformation from a given PropertySet.
 



Copyright © 2002 Apache jakarta-poi project. All Rights Reserved.