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

Packages that use CustomProperties
org.apache.poi.hpsf
Processes streams in the Horrible Property Set Format (HPSF) in POI filesystems. 
 

Uses of CustomProperties in org.apache.poi.hpsf
 

Methods in org.apache.poi.hpsf that return CustomProperties
 CustomProperties DocumentSummaryInformation.getCustomProperties()
          Gets the custom properties.
 

Methods in org.apache.poi.hpsf with parameters of type CustomProperties
 void DocumentSummaryInformation.setCustomProperties(CustomProperties customProperties)
          Sets the custom properties.
 



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