Uses of Class
org.apache.poi.hpsf.CustomProperty
-
Packages that use CustomProperty Package Description org.apache.poi.hpsf Processes streams in the Horrible Property Set Format (HPSF) in POI filesystems. -
-
Uses of CustomProperty in org.apache.poi.hpsf
Methods in org.apache.poi.hpsf that return CustomProperty Modifier and Type Method Description CustomProperty
CustomProperties. put(String name, CustomProperty cp)
Puts aCustomProperty
into this map.CustomProperty
CustomProperties. remove(Object key)
Removes a custom property - only works for keys of type StringMethods in org.apache.poi.hpsf that return types with arguments of type CustomProperty Modifier and Type Method Description List<CustomProperty>
CustomProperties. properties()
Methods in org.apache.poi.hpsf with parameters of type CustomProperty Modifier and Type Method Description CustomProperty
CustomProperties. put(String name, CustomProperty cp)
Puts aCustomProperty
into this map.
-