asposecells.api

Class SmartTag

Represents a smart tag.

Property Getters/Setters Summary
methodgetDeleted()
method
setDeleted(value)
           Indicates whether the smart tag is deleted.
methodgetName()
Gets the name of the smart tag.
methodgetProperties()
method
           Gets and set the properties of the smart tag.
methodgetUri()
Gets the namespace URI of the smart tag.
 
Method Summary
methodsetLink(uri, name)
Change the name and the namespace URI of the smart tag.
 

    • Property Getters/Setters Detail

      • getDeleted/setDeleted : boolean 

        boolean getDeleted() / setDeleted(value)
        
        Indicates whether the smart tag is deleted.
      • getUri : String 

        String getUri()
        
        Gets the namespace URI of the smart tag.
      • getName : String 

        String getName()
        
        Gets the name of the smart tag.
    • Method Detail

      • setLink

         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.