Character Formatting

Classes

Class Description
TXTextControl.InputFormat The InputFormat class represents all formatting attributes at the current text input position.

Events

Event Description
TXTextControl.TextControl.CharFormatChanged Occurs when the character formatting attributes either of the selected characters or the current text input position have been changed.

Methods

Method Description
TXTextControl.InputFormat.GetFontFamilies Returns an array of strings specifying all supported fonts.
TXTextControl.InputFormat.GetFontSizes Returns all possible font sizes of a certain font.
TXTextControl.ServerTextControl.GetSupportedFonts Gets an array of strings specifying the names of all currently supported fonts.
TXTextControl.ServerTextControl.ResetFont Resets the Font property to its default value.
TXTextControl.ServerTextControl.ResetForeColor Resets the ForeColor property to its default value.
TXTextControl.ServerTextControl.ResetTextBackColor Resets the TextBackColor property to its default value.
TXTextControl.TextControl.FontDialog Invokes the built-in dialog box for setting fonts and character attributes.
TXTextControl.TextControl.ForeColorDialog Invokes the built-in dialog box for setting the text color.
TXTextControl.TextControl.GetSupportedFonts Gets an array of strings specifying the names of all currently supported fonts.
TXTextControl.TextControl.OnCharFormatChanged Raises the CharFormatChanged event.
TXTextControl.TextControl.OnFontChanged Overridden.
TXTextControl.TextControl.ResetForeColor Overridden.
TXTextControl.TextControl.ResetTextBackColor Resets the TextBackColor property to its default value.
TXTextControl.TextControl.TextBackColorDialog Invokes the built-in dialog box for setting the background color of the text.

Properties

Property Description
TXTextControl.InputFormat.AllFrameLines Gets or sets a value specifying whether all frame lines, including all inner frame lines, are set for the selected text.
TXTextControl.InputFormat.FrameFillColor Gets or sets the color used to display the frame fill color at the current input position.
TXTextControl.InputFormat.Bold Gets or sets a value specifying whether text is bold at the current input position.
TXTextControl.InputFormat.BottomAligned Gets or sets a value specifying whether text is bottom aligned at the current input position.
TXTextControl.InputFormat.VerticallyCentered Gets or sets a value specifying whether text is vertically centered at the current text input position.
TXTextControl.InputFormat.BottomDistance Gets or sets a bottom paragraph distance, in twips, at the current input position.
TXTextControl.InputFormat.BottomFrameLine Gets or sets a value specifying whether there is a frame line at the bottom of the text.
TXTextControl.InputFormat.BoxFrame Gets or sets a value specifying whether there is a complete frame around the text.
TXTextControl.InputFormat.BulletCharacter Gets or sets the bullet character at the current input position.
TXTextControl.InputFormat.BulletedList Gets or sets a value specifying whether there is a bulleted list at the current input position.
TXTextControl.InputFormat.Centered Gets or sets a value specifying whether text is centered at the current input position.
TXTextControl.InputFormat.FontFamily Gets or sets the font family at the current input position.
TXTextControl.InputFormat.NumberFormat Gets or sets a number format which can be used to automatically format numbers in table cells.
TXTextControl.InputFormat.FontSize Gets or sets the font's size, in twips, at the current input position.
TXTextControl.InputFormat.FrameLineColor Gets or sets the color used to display the color of frame lines at the current text input position.
TXTextControl.InputFormat.FrameLineWidth Gets or sets the line width, in twips, of the paragraph's or table's frame at the current input position.
TXTextControl.InputFormat.HangingIndent Gets or sets the hanging indent, in twips, at the current input position.
TXTextControl.InputFormat.InnerHorizontalFrameLines Gets or sets a value specifying whether all inner horizontal frame lines are set for the selected text.
TXTextControl.InputFormat.InnerVerticalFrameLines Gets or sets a value specifying whether all inner vertical frame lines are set for the selected text.
TXTextControl.InputFormat.Italic Gets or sets a value specifying whether the text is italic at the current input position.
TXTextControl.InputFormat.Justified Gets or sets a value specifying whether text is justified at the current input position.
TXTextControl.InputFormat.LeftAligned Gets or sets a value specifying whether text is left aligned at the current input position.
TXTextControl.InputFormat.LeftFrameLine Gets or sets a value specifying whether there is a frame line at the left side of the text.
TXTextControl.InputFormat.LeftIndent Gets or sets the left indent, in twips, at the current input position.
TXTextControl.InputFormat.LeftToRight Gets or sets a value specifying whether the writung direction is left-to-right at the current input position.
TXTextControl.InputFormat.LineSpacing Gets or sets the line spacing, in percent, at the current input position.
TXTextControl.InputFormat.NumberedList Gets or sets a value specifying whether there is a numbered list at the current input position.
TXTextControl.InputFormat.NumberedListFormat Gets or sets the number format for a numbered list at the current input position.
TXTextControl.InputFormat.NumberTextType Gets or sets a value specifying whether text at the current input position is interpreted as a number which means that the period character (.) is defined as decimal separator and the comma character (,) is defined as thousands separator.
TXTextControl.InputFormat.NumberFormats Returns an array of all supported number formats for numbered and structured lists.
TXTextControl.InputFormat.RightAligned Gets or sets a value specifying whether text is right aligned at the current input position.
TXTextControl.InputFormat.RightFrameLine Gets or sets a value specifying whether there is a frame line at the right side of the text.
TXTextControl.InputFormat.RightIndent Gets or sets the right indent, in twips, at the current input position.
TXTextControl.InputFormat.RightToLeft Gets or sets a value specifying whether the writing direction is right-to-left at the current input position.
TXTextControl.InputFormat.StandardTextType Gets or sets a value specifying whether the text at the current input position is interpreted as standard text which means that it is displayed as it is.
TXTextControl.InputFormat.Strikeout Gets or sets a value specifying whether the text is strikeout at the current input position.
TXTextControl.InputFormat.StructuredList Gets or sets a value specifying whether there is a structured list at the current input position.
TXTextControl.InputFormat.StructuredListFormat Gets or sets the number format for a structured list at the current input position.
TXTextControl.InputFormat.StructureLevel Gets or sets the structure level of all selected paragraphs.
TXTextControl.InputFormat.StyleName Gets or sets the formatting style name at the current input position.
TXTextControl.InputFormat.StyleNames Returns an array of the names of all formatting styles, the document contains.
TXTextControl.InputFormat.Subscript Gets or sets a value specifying whether text is subscript at the current input position.
TXTextControl.InputFormat.Superscript Gets or sets a value specifying whether text is superscript at the current input position.
TXTextControl.InputFormat.TextBackColor Gets or sets the color used to display the text background color at the current input position.
TXTextControl.InputFormat.TextColor Returns or sets the color used to display the text at the current input position.
TXTextControl.InputFormat.TopAligned Gets or sets a value specifying whether text is top aligned at the current input position.
TXTextControl.InputFormat.TopDistance Gets or sets a top paragraph distance, in twips, at the current input position.
TXTextControl.InputFormat.TopFrameLine Gets or sets a value specifying whether there is a frame line at the top of the text.
TXTextControl.InputFormat.Underline Gets or sets a value specifying whether text is underlined at the current input position.
TXTextControl.InputFormat.UnderlineStyle Gets or sets the underline style at the current input position.
TXTextControl.InputFormat.UnderlineStyles Returns an array of all supported underline styles.
TXTextControl.ServerTextControl.Baseline Gets or sets the baseline alignment, in twips, of the control.
TXTextControl.ServerTextControl.Font Gets or sets the control's font.
TXTextControl.ServerTextControl.FontUnderlineStyle Gets or sets underlining style for the text displayed by the control.
TXTextControl.ServerTextControl.ForeColor Gets or sets the foreground color of the control.
TXTextControl.ServerTextControl.TextBackColor Gets or sets the background color for the text.
TXTextControl.TextControl.Baseline Gets or sets the baseline alignment, in twips, of the Text Control.
TXTextControl.TextControl.FontUnderlineStyle Gets or sets underlining style for the text displayed by the control.
TXTextControl.TextControl.ForeColor Overridden.
TXTextControl.TextControl.InputFormat Gets an object of the type InputFormat which represents all formatting attributes at the current text input position.
TXTextControl.TextControl.TextBackColor Gets or sets the background color for the text.