Class TextField
java.lang.Object
com.independentsoft.office.spreadsheet.connections.TextField
The Class TextField.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()intGets the position.getType()Gets the type.voidsetPosition(int position)Sets the position.voidsetType(TextFieldDataType type)Sets the type.toString()
-
Constructor Details
-
TextField
public TextField()Instantiates a new text field.
-
-
Method Details
-
clone
-
toString
-
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
Gets the type.- Returns:
- the type
-
setType
Sets the type.- Parameters:
type- the new type
-