Uses of Class
loci.poi.hpsf.PropertySet
-
Packages that use PropertySet Package Description loci.poi loci.poi.hpsf -
-
Uses of PropertySet in loci.poi
Methods in loci.poi that return PropertySet Modifier and Type Method Description protected PropertySet
POIDocument. 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 PropertySet Modifier and Type Method Description protected void
POIDocument. 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.hpsf Modifier and Type Class Description class
DocumentSummaryInformation
Convenience class representing a DocumentSummary Information stream in a Microsoft Office document.class
MutablePropertySet
Adds writing support to thePropertySet
class.class
SpecialPropertySet
Abstract superclass for the convenience classesSummaryInformation
andDocumentSummaryInformation
.class
SummaryInformation
Convenience class representing a Summary Information stream in a Microsoft Office document.Methods in loci.poi.hpsf that return PropertySet Modifier and Type Method Description static PropertySet
PropertySetFactory. create(InputStream stream)
Creates the most specificPropertySet
from anInputStream
.Constructors in loci.poi.hpsf with parameters of type PropertySet Constructor Description DocumentSummaryInformation(PropertySet ps)
Creates aDocumentSummaryInformation
from a givenPropertySet
.MutablePropertySet(PropertySet ps)
Constructs aMutablePropertySet
by doing a deep copy of an existingPropertySet
.SpecialPropertySet(PropertySet ps)
Creates aSpecialPropertySet
.SummaryInformation(PropertySet ps)
Creates aSummaryInformation
from a givenPropertySet
.
-