Uses of Class
org.docx4j.org.apache.poi.hpsf.PropertySet
Packages that use PropertySet
-
Uses of PropertySet in org.docx4j.org.apache.poi.hpsf
Subclasses of PropertySet in org.docx4j.org.apache.poi.hpsfModifier and TypeClassDescriptionclassConvenience class representing a DocumentSummary Information stream in a Microsoft Office document.classAdds writing support to thePropertySetclass.classAbstract superclass for the convenience classesSummaryInformationandDocumentSummaryInformation.final classConvenience class representing a Summary Information stream in a Microsoft Office document.Methods in org.docx4j.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.docx4j.org.apache.poi.hpsf with parameters of type PropertySetModifierConstructorDescriptionCreates aDocumentSummaryInformationfrom a givenPropertySet.Constructs aMutablePropertySetby doing a deep copy of an existingPropertySet.Creates aSpecialPropertySet.Creates aSummaryInformationfrom a givenPropertySet.