TXTextControl.Line.Baseline |
Gets the line's baseline position. |
TXTextControl.Line.Length |
Gets the number of characters in the line including the break character. |
TXTextControl.Line.Number |
Gets the line's number. |
TXTextControl.Line.Page |
Gets the number of the page to which the line belongs. |
TXTextControl.Line.Start |
Gets the number (one-based) of the first character in the line. |
TXTextControl.Line.Text |
Gets the line's text. |
TXTextControl.Line.TextBounds |
Gets the bounding rectangle of the text belonging to the line. |
TXTextControl.LineCollection.Count |
Gets the number of elements contained in the collection. |
TXTextControl.LineCollection.Item |
Gets the line from the collection. |
TXTextControl.ServerTextControl.Lines |
Gets a collection of all lines contained in the main text of the document. |
TXTextControl.ServerTextControl.TextChars |
Gets a collection of all characters contained in the main text of the document. |
TXTextControl.TextChar.Bounds |
Gets the bounding rectangle of the character. |
TXTextControl.TextChar.Char |
Gets the value of the character. |
TXTextControl.TextChar.Number |
Gets the character's number. |
TXTextControl.TextCharCollection.Count |
Gets the number of elements contained in the collection. |
TXTextControl.TextCharCollection.Item |
Gets the character from the collection. |
TXTextControl.TextControl.Lines |
Gets a collection of all lines contained in the text part with the input focus. |
TXTextControl.TextControl.TextChars |
Gets a collection of all characters contained in the text part with the input focus. |