Package | Description |
---|---|
org.apache.poi.hpsf | |
org.apache.poi.hpsf.wellknown |
Specific support for DocumentSummaryInformation, SummaryInformation types.
|
Modifier and Type | Method and Description |
---|---|
PropertyIDMap |
SummaryInformation.getPropertySetIDMap() |
abstract PropertyIDMap |
SpecialPropertySet.getPropertySetIDMap()
The id to name mapping of the properties
in this set.
|
PropertyIDMap |
DocumentSummaryInformation.getPropertySetIDMap() |
Modifier and Type | Method and Description |
---|---|
PropertyIDMap |
SectionIDMap.get(byte[] sectionFormatID)
Returns the
PropertyIDMap for a given section format
ID. |
PropertyIDMap |
SectionIDMap.get(java.lang.Object sectionFormatID)
Deprecated.
Use
SectionIDMap.get(byte[]) instead! |
static PropertyIDMap |
PropertyIDMap.getDocumentSummaryInformationProperties()
Returns the Document Summary Information properties
singleton.
|
static PropertyIDMap |
PropertyIDMap.getSummaryInformationProperties() |
PropertyIDMap |
SectionIDMap.put(byte[] sectionFormatID,
PropertyIDMap propertyIDMap)
Associates a section format ID with a
PropertyIDMap . |
PropertyIDMap |
SectionIDMap.put(java.lang.Object key,
java.lang.Object value)
Deprecated.
Use
SectionIDMap.put(byte[], PropertyIDMap) instead! |
protected PropertyIDMap |
SectionIDMap.put(java.lang.String key,
PropertyIDMap value)
Associates the string representation of a section
format ID with a
PropertyIDMap |
Modifier and Type | Method and Description |
---|---|
PropertyIDMap |
SectionIDMap.put(byte[] sectionFormatID,
PropertyIDMap propertyIDMap)
Associates a section format ID with a
PropertyIDMap . |
protected PropertyIDMap |
SectionIDMap.put(java.lang.String key,
PropertyIDMap value)
Associates the string representation of a section
format ID with a
PropertyIDMap |
Copyright 2017 The Apache Software Foundation or its licensors, as applicable.