class
SmartTagPropertyCollection
Source: aspose.
Represents all properties of cell smart tag.
new SmartTagPropertyCollection()
Methods
add(name, value) → Number
Adds a property of cell's smart tag.
Parameters
Name | Type | Optional | Description |
---|---|---|---|
name |
String |
|
The name of the property |
value |
String |
|
The value of the property. |
- Returns
-
Number
return SmartTagProperty
add()
Reserved for internal use.
clear()
contains()
Reserved for internal use.
get(index) → SmartTagProperty
Gets a SmartTagProperty object.
Parameter
Name | Type | Optional | Description |
---|---|---|---|
index |
Number |
|
The index |
- Returns
-
SmartTagProperty
Returns a SmartTagProperty object.
get(name) → SmartTagProperty
Gets a SmartTagProperty object by the name of the property.
Parameter
Name | Type | Optional | Description |
---|---|---|---|
name |
String |
|
The name of the property. |
- Returns
-
SmartTagProperty
Returns a SmartTagProperty object.
get()
Reserved for internal use.
getCount()
indexOf()
Reserved for internal use.