Class TextFieldInformation

java.lang.Object
com.dynamicpdf.api.TextFieldInformation

public class TextFieldInformation extends Object
Represents information of a text field.
  • Constructor Details

    • TextFieldInformation

      public TextFieldInformation()
  • Method Details

    • getName

      public String getName()
      Gets the name of the Text field.
      Returns:
      The name of the Text field.
    • setName

      public void setName(String value)
      Sets the name of the Text field.
      Parameters:
      value - The name of the Text field.
    • getValue

      public String getValue()
      Gets the value of the Text field.
      Returns:
      The value of the Text field.
    • setValue

      public void setValue(String value)
      Sets the value of the Text field.
      Parameters:
      value - The value of the Text field.
    • getDefaultValue

      public String getDefaultValue()
      Gets the default value of the Text field.
      Returns:
      The default value of the Text field.
    • setDefaultValue

      public void setDefaultValue(String value)
      Sets the default value of the Text field.
      Parameters:
      value - The default value of the Text field.