Property Getters/Setters Summary | ||
---|---|---|
method | getColumn() | |
Gets the column of the cell smart tags.
|
||
method | getCount() | |
method | getRow() | |
Gets the row of the cell smart tags.
|
||
method | get(index) | |
Gets a |
Method Summary | ||
---|---|---|
method | add(value) | |
Reserved for internal use. |
||
method | add(uri, name) | |
Adds a smart tag.
|
||
method | clear() | |
method | contains(value) | |
Reserved for internal use. |
||
method | get(index) | |
Reserved for internal use. |
||
method | indexOf(value) | |
Reserved for internal use. |
||
method | iterator() | |
method | removeAt(index) | |
int getRow()
int getColumn()
int getCount()
int add(uri, name)
uri: String
- Specifies the namespace URI of the smart tagname: String
- Specifies the name of the smart tag. clear()
removeAt(index)
Iterator iterator()
Object get(index)
boolean contains(value)
int add(value)
int indexOf(value)