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

Packages that use PropertySet
org.apache.poi   
org.apache.poi.hpsf
 
 

Uses of PropertySet in org.apache.poi
 

Methods in org.apache.poi that return PropertySet
protected  PropertySet POIDocument.getPropertySet(java.lang.String setName)
          For a given named property entry, either return it or null if if it wasn't found
protected  PropertySet POIDocument.getPropertySet(java.lang.String setName, EncryptionInfo encryptionInfo)
          For a given named property entry, either return it or null if if it wasn't found
 

Methods in org.apache.poi with parameters of type PropertySet
protected  void POIDocument.writePropertySet(java.lang.String name, PropertySet set, NPOIFSFileSystem outFS)
          Writes out a given ProperySet
 

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 MutablePropertySet
          Deprecated. POI 3.16 - use PropertySet as base class instead
 class SpecialPropertySet
          Deprecated. POI 3.16 - use PropertySet as base class instead
 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(DirectoryEntry dir, java.lang.String name)
          Creates the most specific PropertySet from an entry in the specified POIFS Directory.
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
DocumentSummaryInformation(PropertySet ps)
          Creates a DocumentSummaryInformation from a given PropertySet.
MutablePropertySet(PropertySet ps)
          Deprecated.  
PropertySet(PropertySet ps)
          Constructs a PropertySet by doing a deep copy of an existing PropertySet.
SpecialPropertySet(PropertySet ps)
          Deprecated.  
SummaryInformation(PropertySet ps)
          Creates a SummaryInformation from a given PropertySet.
 



Copyright 2017 The Apache Software Foundation or its licensors, as applicable.