Java org.apache.poi.hpsf CustomProperties fields, constructors, methods, implement or subclass

Example usage for Java org.apache.poi.hpsf CustomProperties fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.poi.hpsf CustomProperties.

The text is from its open source code.

Constructor

Method

Set>entrySet()
Objectget(final Object key)
Gets a named value from the custom properties - only works for keys of type String
SetkeySet()
Returns a set of all the names of our custom properties.
SetnameSet()
Returns a set of all the names of our custom properties
CustomPropertyput(final String name, final CustomProperty cp)
Puts a CustomProperty into this map.
Objectput(String key, Object value)
Adds a named property.
intsize()
Collectionvalues()