Uses of Class
org.apache.poi.hpsf.wellknown.PropertyIDMap
-
Packages that use PropertyIDMap 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. -
-
Uses of PropertyIDMap in org.apache.poi.hpsf
Methods in org.apache.poi.hpsf that return PropertyIDMap Modifier and Type Method Description PropertyIDMap
DocumentSummaryInformation. getPropertySetIDMap()
PropertyIDMap
PropertySet. getPropertySetIDMap()
The id to name mapping of the properties in this set.PropertyIDMap
SummaryInformation. getPropertySetIDMap()
Methods in org.apache.poi.hpsf with parameters of type PropertyIDMap Modifier and Type Method Description String
Property. toString(int codepage, PropertyIDMap idMap)
String
Section. toString(PropertyIDMap idMap)
-
Uses of PropertyIDMap in org.apache.poi.hpsf.wellknown
Methods in org.apache.poi.hpsf.wellknown that return PropertyIDMap Modifier and Type Method 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()
-