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

Packages that use PropertyIDMap
org.apache.poi.hpsf.wellknown
Specific support for DocumentSummaryInformation, SummaryInformation types.  
 

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

Methods in org.apache.poi.hpsf.wellknown that return PropertyIDMap
static PropertyIDMap PropertyIDMap.getSummaryInformationProperties()
          Returns the Summary Information properties singleton.
static PropertyIDMap PropertyIDMap.getDocumentSummaryInformationProperties()
          Returns the Document Summary Information properties singleton.
 PropertyIDMap SectionIDMap.get(byte[] sectionFormatID)
          Returns the PropertyIDMap for a given section format ID.
 

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.
 


jakarta-poi 1.10.0-dev

Copyright © 2003 Apache jakarta-poi project. All Rights Reserved.