Uses of Class
org.docx4j.org.apache.poi.hpsf.PropertySet
| Package | Description |
|---|---|
| org.docx4j.org.apache.poi.hpsf |
-
Uses of PropertySet in org.docx4j.org.apache.poi.hpsf
Subclasses of PropertySet in org.docx4j.org.apache.poi.hpsf Modifier and Type Class Description classDocumentSummaryInformationConvenience class representing a DocumentSummary Information stream in a Microsoft Office document.classMutablePropertySetAdds writing support to thePropertySetclass.classSpecialPropertySetAbstract superclass for the convenience classesSummaryInformationandDocumentSummaryInformation.classSummaryInformationConvenience class representing a Summary Information stream in a Microsoft Office document.Methods in org.docx4j.org.apache.poi.hpsf that return PropertySet Modifier and Type Method Description static PropertySetPropertySetFactory. create(java.io.InputStream stream)Creates the most specificPropertySetfrom anInputStream.static PropertySetPropertySetFactory. create(DirectoryEntry dir, java.lang.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 PropertySet Constructor Description DocumentSummaryInformation(PropertySet ps)Creates aDocumentSummaryInformationfrom a givenPropertySet.MutablePropertySet(PropertySet ps)Constructs aMutablePropertySetby doing a deep copy of an existingPropertySet.SpecialPropertySet(PropertySet ps)Creates aSpecialPropertySet.SummaryInformation(PropertySet ps)Creates aSummaryInformationfrom a givenPropertySet.