|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
java.lang.objectcom.spire.doc.variablecollection
public class variablecollection
constructor summary | |
---|---|
variablecollection()
initializes a new instance of the variablecollection class. |
method summary | |
---|---|
void |
add(java.lang.string name,
java.lang.string value)
adds variable to document. |
java.lang.string |
get(java.lang.string name)
gets the variable with the specified name. |
int |
getcount()
gets the count of variables. |
java.lang.string |
getnamebyindex(int index)
gets variable's key by the index. |
java.lang.string |
getvaluebyindex(int index)
gets variable's value by the index. |
java.util.iterator |
iterator()
|
void |
remove(java.lang.string name)
removes document variable with specified name from the document. |
void |
set(java.lang.string name,
java.lang.string value)
sets the variable with the specified name. |
constructor detail |
---|
public variablecollection()
variablecollection
class.
method detail |
---|
public java.lang.string get(java.lang.string name)
name
- name
public void set(java.lang.string name, java.lang.string value)
name
- namevalue
- valuepublic int getcount()
public void add(java.lang.string name, java.lang.string value)
name
- the name.value
- the value.public java.lang.string getnamebyindex(int index)
index
- the index.
public java.lang.string getvaluebyindex(int index)
index
- the index.
public void remove(java.lang.string name)
name
- the name.public java.util.iterator iterator()
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |