Package | Description |
---|---|
org.apache.poi | |
org.apache.poi.hpsf |
Processes streams in the Horrible Property Set Format (HPSF) in POI filesystems.
|
Modifier and Type | Method and 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
|
protected PropertySet |
POIDocument.getPropertySet(java.lang.String setName,
EncryptionInfo encryptionInfo)
For a given named property entry, either return it or null if
if it wasn't found
|
Modifier and Type | Class and Description |
---|---|
class |
DocumentSummaryInformation
Convenience class representing a DocumentSummary Information stream in a
Microsoft Office document.
|
class |
SummaryInformation
Convenience class representing a Summary Information stream in a
Microsoft Office document.
|
Modifier and Type | Method and Description |
---|---|
static PropertySet |
PropertySetFactory.create(DirectoryEntry dir,
java.lang.String name)
Creates the most specific
PropertySet from an entry
in the specified POIFS Directory. |
static PropertySet |
PropertySetFactory.create(java.io.InputStream stream)
Creates the most specific
PropertySet from an InputStream . |
Constructor and Description |
---|
DocumentSummaryInformation(PropertySet ps)
Creates a
DocumentSummaryInformation from a given
PropertySet . |
PropertySet(PropertySet ps)
Constructs a
PropertySet by doing a deep copy of
an existing PropertySet . |
SummaryInformation(PropertySet ps)
Creates a
SummaryInformation from a given PropertySet . |
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.