Class HelpText

java.lang.Object
com.independentsoft.office.word.fields.HelpText

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

    • HelpText

      public HelpText()
      Instantiates a new help text.
  • Method Details

    • clone

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

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

      public InfoTextType getType()
      Gets the type.
      Returns:
      the type
    • setType

      public void setType(InfoTextType type)
      Sets the type.
      Parameters:
      type - the new type
    • getValue

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

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