public interface DocumentCustomProperties
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getPropertyValue(java.lang.String strName)
return the value of the specified property
|
java.util.Enumeration |
getPropsKeys()
enum of the custom properties keys
|
void |
setPropertyValue(java.lang.String strName,
java.lang.Object v)
set the property
|
java.util.Enumeration getPropsKeys()
java.lang.Object getPropertyValue(java.lang.String strName)
strName - keyvoid setPropertyValue(java.lang.String strName,
java.lang.Object v)
strName - keyv - value