SmartTagProperty

SmartTagProperty class

Represents the property of the cell smart tag.

class SmartTagProperty;

Methods

MethodDescription
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.

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:

ParameterTypeDescription
valuestringThe 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:

ParameterTypeDescription
valuestringThe value to set.