Uses of Class
org.apache.poi.hpsf.CustomProperty

Packages that use CustomProperty
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
 CustomProperty CustomProperties.put(java.lang.String name, CustomProperty cp)
          Puts a CustomProperty into this map.
 

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.
 



Copyright 2015 The Apache Software Foundation or its licensors, as applicable.