Package | Description |
---|---|
org.apache.poi.hpsf |
Processes streams in the Horrible Property Set Format (HPSF) in POI filesystems.
|
org.apache.poi.hpsf.wellknown |
Specific support for DocumentSummaryInformation, SummaryInformation types.
|
Modifier and Type | Method and Description |
---|---|
PropertyIDMap |
DocumentSummaryInformation.getPropertySetIDMap() |
PropertyIDMap |
SummaryInformation.getPropertySetIDMap() |
PropertyIDMap |
PropertySet.getPropertySetIDMap()
The id to name mapping of the properties in this set.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
Property.toString(int codepage,
PropertyIDMap idMap) |
java.lang.String |
Section.toString(PropertyIDMap idMap) |
Modifier and Type | Method and Description |
---|---|
static PropertyIDMap |
PropertyIDMap.getDocumentSummaryInformationProperties() |
static PropertyIDMap |
PropertyIDMap.getFallbackProperties()
Returns a property map, which is only used as a fallback, i.e.
|
static PropertyIDMap |
PropertyIDMap.getSummaryInformationProperties() |
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.