aspose.cells
Class SmartTag

Represents a smart tag.

Property Getters/Setters Summary
functiongetDeleted()
functionsetDeleted(value)
           Indicates whether the smart tag is deleted.
functiongetName()
           Gets the name of the smart tag.
functiongetProperties()
functionsetProperties(value)
           Gets and set the properties of the smar tag.
functiongetUri()
           Gets the namespace URI of the smart tag.
 
Method Summary
functionsetLink(uri, name)
           Change the name and the namespace URI of the smart tag.
 

Property Getters/Setters Detail

getDeleted/setDeleted : boolean 

function getDeleted() / function setDeleted(value)
Indicates whether the smart tag is deleted.

getProperties/setProperties : SmartTagPropertyCollection 

function getProperties() / function setProperties(value)
Gets and set the properties of the smar tag.

getUri : String 

function getUri()
Gets the namespace URI of the smart tag.

getName : String 

function getName()
Gets the name of the smart tag.

Method Detail

setLink

function setLink(uri, name)
Change the name and the namespace URI of the smart tag.
Parameters:
uri: String - The namespace URI of the smart tag.
name: String - The name of the smart tag.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.