Uses of Class
org.apache.poi.hpsf.PropertySet
Packages that use PropertySet
-
Uses of PropertySet in org.apache.poi
Methods in org.apache.poi that return PropertySetModifier and TypeMethodDescriptionprotected 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.hpsfModifier and TypeClassDescriptionclass
Convenience class representing a DocumentSummary Information stream in a Microsoft Office document.final class
Convenience class representing a Summary Information stream in a Microsoft Office document.Methods in org.apache.poi.hpsf that return PropertySetModifier and TypeMethodDescriptionstatic 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 PropertySetModifierConstructorDescriptionCreates aDocumentSummaryInformation
from a givenPropertySet
.Constructs aPropertySet
by doing a deep copy of an existingPropertySet
.Creates aSummaryInformation
from a givenPropertySet
.