SmartTagProperty
Contents
[
Hide
]SmartTagProperty class
Represents the property of the cell smart tag.
class SmartTagProperty;
Methods
Method | Description |
---|---|
getName() | Gets and sets the name of the property. |
setName(string) | Gets and sets the name of the property. |
getValue() | Gets and sets the value of the property. |
setValue(string) | Gets and sets the value of the property. |
isNull() | Checks whether the implementation object is null. |
getName()
Gets and sets the name of the property.
getName() : string;
setName(string)
Gets and sets the name of the property.
setName(value: string) : void;
Parameters:
Parameter | Type | Description |
---|---|---|
value | string | The value to set. |
getValue()
Gets and sets the value of the property.
getValue() : string;
setValue(string)
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;