com.aspose.cells

Class SmartTag

  • java.lang.Object
    • com.aspose.cells.SmartTag
public class SmartTag 
extends java.lang.Object

Represents a smart tag.

Property Getters/Setters Summary
booleangetDeleted()
void
setDeleted(booleanvalue)
           Indicates whether the smart tag is deleted.
java.lang.StringgetName()
Gets the name of the smart tag.
SmartTagPropertyCollectiongetProperties()
void
           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.
      • 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.

    setDeleted

    public voidsetDeleted(booleanvalue)
    
    Indicates whether the smart tag is deleted.

    setProperties

    public voidsetProperties(SmartTagPropertyCollection value)
    
    Gets and set the properties of the smar 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.