SmartTagCollection
Contents
[
Hide
]SmartTagCollection class
Represents all smart tags in the cell.
Methods
| Name | Description |
|---|---|
| add(uri, name) | Adds a smart tag. |
| add() | Reserved for internal use. |
| clear() | |
| contains() | Reserved for internal use. |
| get(index) | Gets a SmartTag object at the specific index |
| get() | Reserved for internal use. |
| getColumn() | Gets the column of the cell smart tags. |
| getCount() | |
| getRow() | Gets the row of the cell smart tags. |
| indexOf() | Reserved for internal use. |
| iterator() | |
| removeAt() |
add(uri, name)
Adds a smart tag.
| Parameter | Type | Description |
|---|---|---|
| uri | String | Specifies the namespace URI of the smart tag |
| name | String | Specifies the name of the smart tag. |
Returns: Number — Number The index of smart tag in the list.
add()
Reserved for internal use.
clear()
contains()
Reserved for internal use.
get(index)
Gets a SmartTag object at the specific index
| Parameter | Type | Description |
|---|---|---|
| index | Number | The index. |
Returns: SmartTag — SmartTag returns a SmartTag object.
get()
Reserved for internal use.
getColumn()
Gets the column of the cell smart tags.
getCount()
getRow()
Gets the row of the cell smart tags.
indexOf()
Reserved for internal use.