Uses of Class
org.apache.poi.hpsf.wellknown.PropertyIDMap
-
Packages that use PropertyIDMap Package Description 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 Modifier and Type Method Description PropertyIDMapDocumentSummaryInformation. getPropertySetIDMap()PropertyIDMapPropertySet. getPropertySetIDMap()The id to name mapping of the properties in this set.PropertyIDMapSummaryInformation. getPropertySetIDMap()Methods in org.apache.poi.hpsf with parameters of type PropertyIDMap Modifier and Type Method Description java.lang.StringProperty. toString(int codepage, PropertyIDMap idMap)java.lang.StringSection. toString(PropertyIDMap idMap) -
Uses of PropertyIDMap in org.apache.poi.hpsf.wellknown
Methods in org.apache.poi.hpsf.wellknown that return PropertyIDMap Modifier and Type Method Description static PropertyIDMapPropertyIDMap. getDocumentSummaryInformationProperties()static PropertyIDMapPropertyIDMap. getFallbackProperties()Returns a property map, which is only used as a fallback, i.e.static PropertyIDMapPropertyIDMap. getSummaryInformationProperties()
-