Uses of Class
loci.poi.hpsf.wellknown.PropertyIDMap
-
Packages that use PropertyIDMap Package Description loci.poi.hpsf.wellknown Specific support for DocumentSummaryInformation, SummaryInformation types. -
-
Uses of PropertyIDMap in loci.poi.hpsf.wellknown
Methods in loci.poi.hpsf.wellknown that return PropertyIDMap Modifier and Type Method Description PropertyIDMap
SectionIDMap. get(byte[] sectionFormatID)
Returns thePropertyIDMap
for a given section format ID.static PropertyIDMap
PropertyIDMap. getDocumentSummaryInformationProperties()
Returns the Document Summary Information properties singleton.static PropertyIDMap
PropertyIDMap. getSummaryInformationProperties()
Methods in loci.poi.hpsf.wellknown with parameters of type PropertyIDMap Modifier and Type Method Description Object
SectionIDMap. put(byte[] sectionFormatID, PropertyIDMap propertyIDMap)
Associates a section format ID with aPropertyIDMap
.
-