| Package | Description |
|---|---|
| org.apache.poi.hpsf |
Processes streams in the Horrible Property Set Format (HPSF) in POI filesystems.
|
| Modifier and Type | Method and Description |
|---|---|
CustomProperty |
CustomProperties.put(String name,
CustomProperty cp)
Puts a
CustomProperty into this map. |
CustomProperty |
CustomProperties.remove(Object key)
Removes a custom property - only works for keys of type String
|
| Modifier and Type | Method and Description |
|---|---|
List<CustomProperty> |
CustomProperties.properties() |
| Modifier and Type | Method and Description |
|---|---|
CustomProperty |
CustomProperties.put(String name,
CustomProperty cp)
Puts a
CustomProperty into this map. |