SmartTag
Contents
[
Hide
]SmartTag class
Represents a smart tag.
class SmartTag;
Methods
Method | Description |
---|---|
getDeleted() | Indicates whether the smart tag is deleted. |
setDeleted(boolean) | Indicates whether the smart tag is deleted. |
getProperties() | Gets and set the properties of the smart tag. |
setProperties(SmartTagPropertyCollection) | Gets and set the properties of the smart tag. |
getUri() | Gets the namespace URI of the smart tag. |
getName() | 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. |
getDeleted()
Indicates whether the smart tag is deleted.
getDeleted() : boolean;
setDeleted(boolean)
Indicates whether the smart tag is deleted.
setDeleted(value: boolean) : void;
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean | The value to set. |
getProperties()
Gets and set the properties of the smart tag.
getProperties() : SmartTagPropertyCollection;
Returns
setProperties(SmartTagPropertyCollection)
Gets and set the properties of the smart tag.
setProperties(value: SmartTagPropertyCollection) : void;
Parameters:
Parameter | Type | Description |
---|---|---|
value | SmartTagPropertyCollection | The value to set. |
getUri()
Gets the namespace URI of the smart tag.
getUri() : string;
getName()
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;