Package | Description |
---|---|
org.zkoss.poi.hpsf |
Processes streams in the Horrible Property Set Format (HPSF) in POI
filesystems.
|
org.zkoss.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. |
static PropertyIDMap |
PropertyIDMap.getDocumentSummaryInformationProperties()
Returns the Document Summary Information properties
singleton.
|
static PropertyIDMap |
PropertyIDMap.getSummaryInformationProperties() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
SectionIDMap.put(byte[] sectionFormatID,
PropertyIDMap propertyIDMap)
Associates a section format ID with a
PropertyIDMap . |
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.