|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CustomProperty | |
---|---|
org.apache.poi.hpsf |
Uses of CustomProperty in org.apache.poi.hpsf |
---|
Methods in org.apache.poi.hpsf that return CustomProperty | |
---|---|
CustomProperty |
CustomProperties.put(java.lang.String name,
CustomProperty cp)
Puts a CustomProperty into this map. |
CustomProperty |
CustomProperties.remove(java.lang.Object key)
Removes a custom property - only works for keys of type String |
Methods in org.apache.poi.hpsf that return types with arguments of type CustomProperty | |
---|---|
java.util.List<CustomProperty> |
CustomProperties.properties()
|
Methods in org.apache.poi.hpsf with parameters of type CustomProperty | |
---|---|
CustomProperty |
CustomProperties.put(java.lang.String name,
CustomProperty cp)
Puts a CustomProperty into this map. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |