Represents a text field in a document. A text field is a marked piece of text that has properties like text or a name.
TextField
Introduced: X18.
Method | Description |
---|---|
get |
Gets the bounding rectangle of a text field. |
get |
Returns true, if the Textfield contains the current text input position. |
get |
Gets whether a text field can be deleted by the end-user while a TX Text Control document is being edited. |
get |
Sets whether a text field has a doubled input position in front of its first character and behind its last character. |
get |
Gets whether the text of a text field can be changed by the end-user while a TX Text Control document is being edited. |
get |
Gets the formatting rectangle of a text field. |
get |
Gets the highlight color for the text field. |
get |
Gets a value indicating when the text field is highlighted. |
get |
Gets an identifier for a text field. |
get |
Gets whether a text field's text is checked on misspelled words. |
get |
Gets the number of characters in a text field. |
get |
Relates a user-defined name to a text field. |
get |
Gets the first character position (one-based) of a text field. |
get |
Gets the text which is contained within a text field. |
scroll |
Sets the current input position to the beginning of a text field and scrolls it into the visible part of the document. |
set |
Sets whether a text field can be deleted by the end-user while a TX Text Control document is being edited. |
set |
Gets whether a text field has a doubled input position in front of its first character and behind its last character. |
set |
Sets whether the text of a text field can be changed by the end-user while a TX Text Control document is being edited. |
set |
Sets the highlight color for the text field. |
set |
Sets a value indicating when the text field is highlighted. |
set |
Sets an identifier for the text field. |
set |
Gets whether a text field's text is checked on misspelled words. |
set |
Sets the name of a text field. |
set |
Sets the text which is contained within a text field. |