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