Package | Description |
---|---|
org.docx4j.org.apache.poi.hpsf |
Modifier and Type | Class and 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 and Description |
---|---|
static PropertySet |
PropertySetFactory.create(DirectoryEntry dir,
String name)
Creates the most specific
PropertySet from an entry
in the specified POIFS Directory. |
static PropertySet |
PropertySetFactory.create(InputStream stream)
Creates the most specific
PropertySet from an InputStream . |
Constructor and 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 © 2007-2019. All Rights Reserved.