Class TextBoxFormFieldProperties

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

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

    • TextBoxFormFieldProperties

      public TextBoxFormFieldProperties()
      Instantiates a new text box form field properties.
  • Method Details

    • clone

      Overrides:
      clone in class Object
    • toString

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

      public String getDefault()
      Gets the default.
      Returns:
      the default
    • setDefault

      public void setDefault(String defaultValue)
      Sets the default.
      Parameters:
      defaultValue - the new default
    • getFormat

      public String getFormat()
      Gets the format.
      Returns:
      the format
    • setFormat

      public void setFormat(String format)
      Sets the format.
      Parameters:
      format - the new format
    • getMaxLength

      public int getMaxLength()
      Gets the max length.
      Returns:
      the max length
    • setMaxLength

      public void setMaxLength(int maxLength)
      Sets the max length.
      Parameters:
      maxLength - the new max length
    • getType

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

      public void setType(TextBoxFormFieldType type)
      Sets the type.
      Parameters:
      type - the new type