TXTextControl.FormattingStyle.Baseline |
Gets or sets a user-defined baseline alignment, in twips, of the style. |
TXTextControl.FormattingStyle.Bold |
Gets or sets the bold attribute of the style. |
TXTextControl.FormattingStyle.FontName |
Gets or sets the font of the style. |
TXTextControl.FormattingStyle.FontSize |
Gets or sets the font's size of the style. |
TXTextControl.FormattingStyle.ForeColor |
Gets or sets the style's color used to display the text. |
TXTextControl.FormattingStyle.Italic |
Gets or sets the italic attribute of the style. |
TXTextControl.FormattingStyle.Name |
Gets or sets the name of the style. |
TXTextControl.FormattingStyle.Strikeout |
Gets or sets the strikeout attribute of the style. |
TXTextControl.FormattingStyle.TextBackColor |
Gets or sets the style's text background color. |
TXTextControl.FormattingStyle.Underline |
Gets or sets underlining styles for the style. |
TXTextControl.FormattingStyleCollection.Count |
Gets the number of elements contained in the collection. |
TXTextControl.FormattingStyleCollection.IsSynchronized |
Returns true if the collection is designed to be thread safe, otherwise, it returns false. |
TXTextControl.FormattingStyleCollection.SyncRoot |
Gets an object that can be used to synchronize access to the collection. |
TXTextControl.HeaderFooter.Lines |
Gets a collection of all text lines the header or footer contains. |
TXTextControl.HeaderFooter.Tables |
Gets a collection of all tables in the header or footer. |
TXTextControl.HeaderFooter.TextChars |
Gets a collection of all characters the header or footer contains. |
TXTextControl.InputPosition.Column |
Gets the column number of the current text input position. |
TXTextControl.InputPosition.Line |
Gets the line number of the current text input position. |
TXTextControl.InputPosition.Location |
Gets the geometric location of the current text input position. |
TXTextControl.InputPosition.Page |
Gets the page number of the current text input position. |
TXTextControl.InputPosition.TextPosition |
Gets the text position of the current text input position. |
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.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.ParagraphStyle.FollowingStyle |
Gets or sets the name of the style that TextControl automatically selects for the following paragraph after the user has pressed the ENTER key. |
TXTextControl.ParagraphStyle.ListFormat |
Gets or sets the style's bulleted or numbered list and/or its formatting attributes. |
TXTextControl.ParagraphStyle.ParagraphFormat |
Gets or sets the style's paragraph attributes. |
TXTextControl.Selection.FormattingStyle |
Gets or sets the formatting style of the selected text. |
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. |