com.aspose.cells
Class SmartTag

java.lang.Object
    extended by com.aspose.cells.SmartTag

public class SmartTag 
extends java.lang.Object

Represents a smart tag.

Property Getters/Setters Summary
booleangetDeleted()
voidsetDeleted(boolean value)
           Indicates whether the smart tag is deleted.
java.lang.StringgetName()
           Gets the name of the smart tag.
SmartTagPropertyCollectiongetProperties()
voidsetProperties(SmartTagPropertyCollection value)
           Gets and set the properties of the smar tag.
java.lang.StringgetUri()
           Gets the namespace URI of the smart tag.
 
Method Summary
voidsetLink(java.lang.String uri, java.lang.String name)
           Change the name and the namespace URI of the smart tag.
 

Property Getters/Setters Detail

getDeleted/setDeleted

public boolean getDeleted() / public void setDeleted(boolean value)
Indicates whether the smart tag is deleted.

getProperties/setProperties

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

getUri

public java.lang.String getUri()
Gets the namespace URI of the smart tag.

getName

public java.lang.String getName()
Gets the name of the smart tag.

Method Detail

setLink

public void setLink(java.lang.String uri, java.lang.String name)
Change the name and the namespace URI of the smart tag.
Parameters:
uri - The namespace URI of the smart tag.
name - 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.