SmartTagPropertyCollection
Contents
[
Hide
]SmartTagPropertyCollection class
Represents all properties of cell smart tag.
class SmartTagPropertyCollection;
Constructors
| Name | Description |
|---|---|
| constructor() | Default Constructor. |
Methods
| Method | Description |
|---|---|
| get(number) | Gets a SmartTagProperty object. |
| get(string) | Gets a SmartTagProperty object by the name of the property. |
| add(string, string) | Adds a property of cell’s smart tag. |
constructor()
Default Constructor.
constructor();
get(number)
Gets a SmartTagProperty object.
get(index: number) : SmartTagProperty;
Parameters:
| Parameter | Type | Description |
|---|---|---|
| index | number | The index |
Returns
Returns a SmartTagProperty object.
get(string)
Gets a SmartTagProperty object by the name of the property.
get(name: string) : SmartTagProperty;
Parameters:
| Parameter | Type | Description |
|---|---|---|
| name | string | The name of the property. |
Returns
Returns a SmartTagProperty object.
add(string, string)
Adds a property of cell’s smart tag.
add(name: string, value: string) : number;
Parameters:
| Parameter | Type | Description |
|---|---|---|
| name | string | The name of the property |
| value | string | The value of the property. |
Returns
return SmartTagProperty