asposecells.api
Class SmartTag

Represents a smart tag.

Property Getters/Setters Summary
methodgetDeleted()
methodsetDeleted(value)
           Indicates whether the smart tag is deleted.
methodgetName()
           Gets the name of the smart tag.
methodgetProperties()
methodsetProperties(value)
           Gets and set the properties of the smar 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.

getProperties/setProperties : SmartTagPropertyCollection 

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

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.

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