Uses of Class
org.apache.poi.hpsf.wellknown.PropertyIDMap

Packages that use PropertyIDMap
org.apache.poi.hpsf
 
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
 PropertyIDMap DocumentSummaryInformation.getPropertySetIDMap()
           
 PropertyIDMap SummaryInformation.getPropertySetIDMap()
           
 PropertyIDMap PropertySet.getPropertySetIDMap()
          The id to name mapping of the properties in this set.
 

Methods in org.apache.poi.hpsf with parameters of type PropertyIDMap
 java.lang.String Property.toString(int codepage, PropertyIDMap idMap)
           
 java.lang.String Section.toString(PropertyIDMap idMap)
           
 

Uses of PropertyIDMap in org.apache.poi.hpsf.wellknown
 

Methods in org.apache.poi.hpsf.wellknown that return PropertyIDMap
 PropertyIDMap SectionIDMap.get(ClassID sectionFormatID)
          Returns the PropertyIDMap for a given section format ID.
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()
           
 PropertyIDMap SectionIDMap.put(ClassID 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
 

Methods in org.apache.poi.hpsf.wellknown with parameters of type PropertyIDMap
 PropertyIDMap SectionIDMap.put(ClassID 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.