Uses of Class
loci.poi.hpsf.PropertySet
Packages that use PropertySet
-
Uses of PropertySet in loci.poi
Methods in loci.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 foundMethods in loci.poi with parameters of type PropertySetModifier and TypeMethodDescriptionprotected voidPOIDocument.writePropertySet(String name, PropertySet set, POIFSFileSystem outFS) Writes out a given ProperySet -
Uses of PropertySet in loci.poi.hpsf
Subclasses of PropertySet in loci.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.classConvenience class representing a Summary Information stream in a Microsoft Office document.Methods in loci.poi.hpsf that return PropertySetModifier and TypeMethodDescriptionstatic PropertySetPropertySetFactory.create(InputStream stream) Creates the most specificPropertySetfrom anInputStream.Constructors in loci.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.