class
SmartTagCollection
Source: aspose.
Represents all smart tags in the cell.
Methods
add(uri, name) → Number
Adds a smart tag.
Parameters
Name | Type | Optional | Description |
---|---|---|---|
uri |
String |
|
Specifies the namespace URI of the smart tag |
name |
String |
|
Specifies the name of the smart tag. |
- Returns
-
Number
The index of smart tag in the list.
add()
Reserved for internal use.
clear()
contains()
Reserved for internal use.
get(index) → SmartTag
Gets a SmartTag object at the specific index
Parameter
Name | Type | Optional | Description |
---|---|---|---|
index |
Number |
|
The index. |
- Returns
-
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.