Class CellSmartTagProperty

java.lang.Object
com.independentsoft.office.spreadsheet.CellSmartTagProperty

public class CellSmartTagProperty extends Object
The Class CellSmartTagProperty.
  • Constructor Details

    • CellSmartTagProperty

      public CellSmartTagProperty()
      Instantiates a new cell smart tag property.
  • Method Details

    • clone

      public CellSmartTagProperty clone()
      Overrides:
      clone in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getKey

      public String getKey()
      Gets the key.
      Returns:
      the key
    • setKey

      public void setKey(String key)
      Sets the key.
      Parameters:
      key - the new key
    • getValue

      public String getValue()
      Gets the value.
      Returns:
      the value
    • setValue

      public void setValue(String value)
      Sets the value.
      Parameters:
      value - the new value