aspose.cells

Class SmartTag

Represents a smart tag.

Property Getters/Setters Summary
functiongetDeleted()
function
setDeleted(value)
           Indicates whether the smart tag is deleted.
functiongetName()
Gets the name of the smart tag.
functiongetProperties()
function
           Gets and set the properties of the smart 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 smart 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.