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 SummaryInformation.getPropertySetIDMap()
           
abstract  PropertyIDMap SpecialPropertySet.getPropertySetIDMap()
          The id to name mapping of the properties in this set.
 PropertyIDMap DocumentSummaryInformation.getPropertySetIDMap()
           
 

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

Methods in org.apache.poi.hpsf.wellknown that return PropertyIDMap
 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()
           
 

Methods in org.apache.poi.hpsf.wellknown with parameters of type PropertyIDMap
 java.lang.Object SectionIDMap.put(byte[] sectionFormatID, PropertyIDMap propertyIDMap)
          Associates a section format ID with a PropertyIDMap.
 



Copyright 2012 The Apache Software Foundation or its licensors, as applicable.