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 PropertySetPOIDocument.getPropertySet(String setName) For a given named property entry, either return it or null if if it wasn't foundprotected PropertySetPOIDocument.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 TypeClassDescriptionclassConvenience class representing a DocumentSummary Information stream in a Microsoft Office document.final classConvenience class representing a Summary Information stream in a Microsoft Office document.Methods in org.apache.poi.hpsf that return PropertySetModifier and TypeMethodDescriptionstatic PropertySetPropertySetFactory.create(InputStream stream) Creates the most specificPropertySetfrom anInputStream.static PropertySetPropertySetFactory.create(DirectoryEntry dir, String name) Creates the most specificPropertySetfrom an entry in the specified POIFS Directory.Constructors in org.apache.poi.hpsf with parameters of type PropertySetModifierConstructorDescriptionCreates aDocumentSummaryInformationfrom a givenPropertySet.Constructs aPropertySetby doing a deep copy of an existingPropertySet.Creates aSummaryInformationfrom a givenPropertySet.