Uses of Class
org.apache.poi.hpsf.PropertySet
-
Packages that use PropertySet Package Description org.apache.poi org.apache.poi.hpsf Processes streams in the Horrible Property Set Format (HPSF) in POI filesystems. -
-
Uses of PropertySet in org.apache.poi
Methods in org.apache.poi that return PropertySet Modifier and Type Method Description protected PropertySet
POIDocument. getPropertySet(String setName)
For a given named property entry, either return it or null if if it wasn't foundprotected PropertySet
POIDocument. getPropertySet(String setName, EncryptionInfo encryptionInfo)
For a given named property entry, either return it or null if if it wasn't found -
Uses of PropertySet in org.apache.poi.hpsf
Subclasses of PropertySet in org.apache.poi.hpsf Modifier and Type Class Description class
DocumentSummaryInformation
Convenience class representing a DocumentSummary Information stream in a Microsoft Office document.class
SummaryInformation
Convenience class representing a Summary Information stream in a Microsoft Office document.Methods in org.apache.poi.hpsf that return PropertySet Modifier and Type Method Description static PropertySet
PropertySetFactory. create(InputStream stream)
Creates the most specificPropertySet
from anInputStream
.static PropertySet
PropertySetFactory. create(DirectoryEntry dir, String name)
Creates the most specificPropertySet
from an entry in the specified POIFS Directory.Constructors in org.apache.poi.hpsf with parameters of type PropertySet Constructor Description DocumentSummaryInformation(PropertySet ps)
Creates aDocumentSummaryInformation
from a givenPropertySet
.PropertySet(PropertySet ps)
Constructs aPropertySet
by doing a deep copy of an existingPropertySet
.SummaryInformation(PropertySet ps)
Creates a SummaryInformation from a givenPropertySet
.
-