SmartTagProperty
Contents
[
Hide
]SmartTagProperty class
Represents the property of the cell smart tag.
class SmartTagProperty;
Properties
Property | Type | Description |
---|---|---|
name | string | Gets and sets the name of the property. |
value | string | Gets and sets the value of the property. |
Methods
Method | Description |
---|---|
getName() | @deprecated. Please use the ’name’ property instead. Gets and sets the name of the property. |
setName(string) | @deprecated. Please use the ’name’ property instead. Gets and sets the name of the property. |
getValue() | @deprecated. Please use the ‘value’ property instead. Gets and sets the value of the property. |
setValue(string) | @deprecated. Please use the ‘value’ property instead. Gets and sets the value of the property. |
isNull() | Checks whether the implementation object is null. |
name
Gets and sets the name of the property.
name : string;
value
Gets and sets the value of the property.
value : string;
getName()
@deprecated. Please use the ’name’ property instead. Gets and sets the name of the property.
getName() : string;
setName(string)
@deprecated. Please use the ’name’ property instead. Gets and sets the name of the property.
setName(value: string) : void;
Parameters:
Parameter | Type | Description |
---|---|---|
value | string | The value to set. |
getValue()
@deprecated. Please use the ‘value’ property instead. Gets and sets the value of the property.
getValue() : string;
setValue(string)
@deprecated. Please use the ‘value’ property instead. Gets and sets the value of the property.
setValue(value: string) : void;
Parameters:
Parameter | Type | Description |
---|---|---|
value | string | The value to set. |
isNull()
Checks whether the implementation object is null.
isNull() : boolean;