Package | Description |
---|---|
org.apache.poi | |
org.apache.poi.hpsf |
Modifier and Type | Method | Description |
---|---|---|
protected PropertySet |
POIDocument.getPropertySet(java.lang.String setName) |
For a given named property entry, either return it or null if
if it wasn't found
|
Modifier and Type | Method | Description |
---|---|---|
protected void |
POIDocument.writePropertySet(java.lang.String name,
PropertySet set,
POIFSFileSystem outFS) |
Writes out a given ProperySet
|
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 the
PropertySet class. |
class |
SpecialPropertySet |
Abstract superclass for the convenience classes
SummaryInformation and DocumentSummaryInformation . |
class |
SummaryInformation |
Convenience class representing a Summary Information stream in a
Microsoft Office document.
|
Modifier and Type | Method | Description |
---|---|---|
static PropertySet |
PropertySetFactory.create(java.io.InputStream stream) |
Creates the most specific
PropertySet from an InputStream . |
Constructor | Description |
---|---|
DocumentSummaryInformation(PropertySet ps) |
Creates a
DocumentSummaryInformation from a given
PropertySet . |
MutablePropertySet(PropertySet ps) |
Constructs a
MutablePropertySet by doing a deep copy of
an existing PropertySet . |
SpecialPropertySet(PropertySet ps) |
Creates a
SpecialPropertySet . |
SummaryInformation(PropertySet ps) |
Creates a
SummaryInformation from a given PropertySet . |
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.