SmartTag
SmartTag class
Represents a smart tag.
class SmartTag;
Properties
Property | Type | Description |
---|---|---|
deleted | boolean | Indicates whether the smart tag is deleted. |
properties | SmartTagPropertyCollection | Gets and set the properties of the smart tag. |
uri | string | Readonly. Gets the namespace URI of the smart tag. |
name | string | Readonly. Gets the name of the smart tag. |
Methods
Method | Description |
---|---|
getDeleted() | @deprecated. Please use the ‘deleted’ property instead. Indicates whether the smart tag is deleted. |
setDeleted(boolean) | @deprecated. Please use the ‘deleted’ property instead. Indicates whether the smart tag is deleted. |
getProperties() | @deprecated. Please use the ‘properties’ property instead. Gets and set the properties of the smart tag. |
setProperties(SmartTagPropertyCollection) | @deprecated. Please use the ‘properties’ property instead. Gets and set the properties of the smart tag. |
getUri() | @deprecated. Please use the ‘uri’ property instead. Gets the namespace URI of the smart tag. |
getName() | @deprecated. Please use the ’name’ property instead. Gets the name of the smart tag. |
setLink(string, string) | Change the name and the namespace URI of the smart tag. |
isNull() | Checks whether the implementation object is null. |
deleted
Indicates whether the smart tag is deleted.
deleted : boolean;
properties
Gets and set the properties of the smart tag.
properties : SmartTagPropertyCollection;
uri
Readonly. Gets the namespace URI of the smart tag.
uri : string;
name
Readonly. Gets the name of the smart tag.
name : string;
getDeleted()
@deprecated. Please use the ‘deleted’ property instead. Indicates whether the smart tag is deleted.
getDeleted() : boolean;
setDeleted(boolean)
@deprecated. Please use the ‘deleted’ property instead. Indicates whether the smart tag is deleted.
setDeleted(value: boolean) : void;
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean | The value to set. |
getProperties()
@deprecated. Please use the ‘properties’ property instead. Gets and set the properties of the smart tag.
getProperties() : SmartTagPropertyCollection;
Returns
setProperties(SmartTagPropertyCollection)
@deprecated. Please use the ‘properties’ property instead. Gets and set the properties of the smart tag.
setProperties(value: SmartTagPropertyCollection) : void;
Parameters:
Parameter | Type | Description |
---|---|---|
value | SmartTagPropertyCollection | The value to set. |
getUri()
@deprecated. Please use the ‘uri’ property instead. Gets the namespace URI of the smart tag.
getUri() : string;
getName()
@deprecated. Please use the ’name’ property instead. Gets the name of the smart tag.
getName() : string;
setLink(string, string)
Change the name and the namespace URI of the smart tag.
setLink(uri: string, name: string) : void;
Parameters:
Parameter | Type | Description |
---|---|---|
uri | string | The namespace URI of the smart tag. |
name | string | The name of the smart tag. |
isNull()
Checks whether the implementation object is null.
isNull() : boolean;