SmartTagPropertyCollection
Contents
[
Hide
]SmartTagPropertyCollection class
Represents all properties of cell smart tag.
new SmartTagPropertyCollection()
Methods
| Name | Description |
|---|---|
| add(name, value) | Adds a property of cell’s smart tag. |
| add() | Reserved for internal use. |
| clear() | |
| contains() | Reserved for internal use. |
| get(index) | Gets a SmartTagProperty object. |
| get(name) | Gets a SmartTagProperty object by the name of the property. |
| get() | Reserved for internal use. |
| getCount() | |
| indexOf() | Reserved for internal use. |
| iterator() | |
| removeAt() |
add(name, value)
Adds a property of cell’s smart tag.
| Parameter | Type | Description |
|---|---|---|
| name | String | The name of the property |
| value | String | The value of the property. |
Returns: Number — Number return SmartTagProperty
add()
Reserved for internal use.
clear()
contains()
Reserved for internal use.
get(index)
Gets a SmartTagProperty object.
| Parameter | Type | Description |
|---|---|---|
| index | Number | The index |
Returns: SmartTagProperty — SmartTagProperty Returns a SmartTagProperty object.
get(name)
Gets a SmartTagProperty object by the name of the property.
| Parameter | Type | Description |
|---|---|---|
| name | String | The name of the property. |
Returns: SmartTagProperty — SmartTagProperty Returns a SmartTagProperty object.
get()
Reserved for internal use.
getCount()
indexOf()
Reserved for internal use.