Uses of Class
org.apache.poi.hpsf.CustomProperties
-
Packages that use CustomProperties Package Description 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 Modifier and Type Method Description CustomProperties
DocumentSummaryInformation. getCustomProperties()
Gets the custom properties.Methods in org.apache.poi.hpsf with parameters of type CustomProperties Modifier and Type Method Description void
DocumentSummaryInformation. setCustomProperties(CustomProperties customProperties)
Sets the custom properties.
-