SmartTag

SmartTag class

Represents a smart tag.

class SmartTag;

Properties

PropertyTypeDescription
deletedbooleanIndicates whether the smart tag is deleted.
propertiesSmartTagPropertyCollectionGets and set the properties of the smart tag.
uristringReadonly. Gets the namespace URI of the smart tag.
namestringReadonly. Gets the name of the smart tag.

Methods

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

ParameterTypeDescription
valuebooleanThe value to set.

getProperties()

@deprecated. Please use the ‘properties’ property instead. Gets and set the properties of the smart tag.

getProperties() : SmartTagPropertyCollection;

Returns

SmartTagPropertyCollection

setProperties(SmartTagPropertyCollection)

@deprecated. Please use the ‘properties’ property instead. Gets and set the properties of the smart tag.

setProperties(value: SmartTagPropertyCollection) : void;

Parameters:

ParameterTypeDescription
valueSmartTagPropertyCollectionThe 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;

Change the name and the namespace URI of the smart tag.

setLink(uri: string, name: string) : void;

Parameters:

ParameterTypeDescription
uristringThe namespace URI of the smart tag.
namestringThe name of the smart tag.

isNull()

Checks whether the implementation object is null.

isNull() : boolean;