Uses of Class
org.docx4j.org.apache.poi.hpsf.wellknown.PropertyIDMap
| Package | Description |
|---|---|
| org.docx4j.org.apache.poi.hpsf | |
| org.docx4j.org.apache.poi.hpsf.wellknown |
-
Uses of PropertyIDMap in org.docx4j.org.apache.poi.hpsf
Methods in org.docx4j.org.apache.poi.hpsf that return PropertyIDMap Modifier and Type Method Description PropertyIDMapDocumentSummaryInformation. getPropertySetIDMap()abstract PropertyIDMapSpecialPropertySet. getPropertySetIDMap()The id to name mapping of the properties in this set.PropertyIDMapSummaryInformation. getPropertySetIDMap() -
Uses of PropertyIDMap in org.docx4j.org.apache.poi.hpsf.wellknown
Methods in org.docx4j.org.apache.poi.hpsf.wellknown that return PropertyIDMap Modifier and Type Method Description PropertyIDMapSectionIDMap. 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 PropertyIDMap Modifier and Type Method Description java.lang.ObjectSectionIDMap. put(byte[] sectionFormatID, PropertyIDMap propertyIDMap)Associates a section format ID with aPropertyIDMap.