java.lang.Object
com.independentsoft.office.spreadsheet.connections.TextField

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

    • TextField

      public TextField()
      Instantiates a new text field.
  • Method Details

    • clone

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

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

      public int getPosition()
      Gets the position.
      Returns:
      the position
    • setPosition

      public void setPosition(int position)
      Sets the position.
      Parameters:
      position - the new position
    • getType

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

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