com.aspose.cells

Class SmartTagProperty

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

Represents the property of the cell smart tag.

Property Getters/Setters Summary
java.lang.StringgetName()
void
setName(java.lang.Stringvalue)
           Gets and sets the name of the property.
java.lang.StringgetValue()
void
setValue(java.lang.Stringvalue)
           Gets and sets the value of the property.
 

    • Property Getters/Setters Detail

      • getName/setName

        public java.lang.String getName() / public void setName(java.lang.String value)
        
        Gets and sets the name of the property.
      • getValue/setValue

        public java.lang.String getValue() / public void setValue(java.lang.String value)
        
        Gets and sets the value of the property.

    setName

    public voidsetName(java.lang.Stringvalue)
    
    Gets and sets the name of the property.

    setValue

    public voidsetValue(java.lang.Stringvalue)
    
    Gets and sets the value of the property.