|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
public interface icustomdocumentproperties
summary description for icustomdocumentproperties.
method summary | |
---|---|
void |
add(java.lang.string strname,
boolean value)
adds element to the collection. |
void |
add(java.lang.string strname,
java.util.date value)
adds element to the collection. |
void |
add(java.lang.string strname,
double value)
adds element to the collection. |
void |
add(java.lang.string strname,
int value)
adds element to the collection. |
void |
add(java.lang.string strname,
java.lang.string value)
adds element to the collection. |
void |
clear()
removes all elements from the collection. |
boolean |
contains(java.lang.string strname)
checks whether collection contains property with specified name. |
idocumentproperty |
get(int iindex)
returns single entry from the collection. |
idocumentproperty |
get(java.lang.string strname)
returns single entry from the collection. |
int |
getcount()
returns number of elements in the collection. |
void |
remove(java.lang.string strname)
removes specified object from the collection. |
method detail |
---|
idocumentproperty get(java.lang.string strname)
idocumentproperty get(int iindex)
int getcount()
void remove(java.lang.string strname)
strname
- property name.boolean contains(java.lang.string strname)
strname
- name to check.void clear()
void add(java.lang.string strname, java.lang.string value)
strname
- property name to addvalue
- property value.void add(java.lang.string strname, boolean value)
strname
- property name to add.value
- property value.void add(java.lang.string strname, java.util.date value)
strname
- property name to add.value
- property value.void add(java.lang.string strname, int value)
strname
- property name to add.value
- property value.void add(java.lang.string strname, double value)
strname
- property name to add.value
- property value.
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |