Uses of Class
org.docx4j.org.apache.poi.hpsf.wellknown.PropertyIDMap
Packages that use PropertyIDMap
-
Uses of PropertyIDMap in org.docx4j.org.apache.poi.hpsf
Methods in org.docx4j.org.apache.poi.hpsf that return PropertyIDMapModifier and TypeMethodDescriptionDocumentSummaryInformation.getPropertySetIDMap()abstract PropertyIDMapSpecialPropertySet.getPropertySetIDMap()The id to name mapping of the properties in this set.SummaryInformation.getPropertySetIDMap() -
Uses of PropertyIDMap in org.docx4j.org.apache.poi.hpsf.wellknown
Methods in org.docx4j.org.apache.poi.hpsf.wellknown that return PropertyIDMapModifier and TypeMethodDescriptionSectionIDMap.get(byte[] sectionFormatID) Returns thePropertyIDMapfor a given section format ID.static PropertyIDMapPropertyIDMap.getDocumentSummaryInformationProperties()Returns the Document Summary Information properties singleton.static PropertyIDMapPropertyIDMap.getSummaryInformationProperties()Methods in org.docx4j.org.apache.poi.hpsf.wellknown with parameters of type PropertyIDMapModifier and TypeMethodDescriptionSectionIDMap.put(byte[] sectionFormatID, PropertyIDMap propertyIDMap) Associates a section format ID with aPropertyIDMap.