Class DocumentVariable

java.lang.Object
com.independentsoft.office.word.DocumentVariable

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

    • DocumentVariable

      public DocumentVariable()
      Instantiates a new document variable.
  • Method Details

    • clone

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

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

      public String getName()
      Gets the name.
      Returns:
      the name
    • setName

      public void setName(String name)
      Sets the name.
      Parameters:
      name - the new name
    • getValue

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

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