New Classes, Properties, Methods and Events

In TX Text Control 16.0 the following new classes, properties, methods and events have been added:

Properties

Property Description
TXTextControl.DocumentServer.MailMerge.DataRowMergedEventArgs.MergedRow Gets or sets a byte array that contains the complete data of the merged data row.
TXTextControl.DocumentServer.MailMerge.FieldMergedEventArgs.MergedField Gets or sets a byte array that contains the complete data of the merged field.
TXTextControl.DocumentServer.MailMerge.ImageFieldMergedEventArgs.FieldName Gets the name of the merged field.
TXTextControl.DocumentServer.MailMerge.ImageFieldMergedEventArgs.Filename Gets the filename of the merged image.
TXTextControl.DocumentServer.MailMerge.ImageFieldMergedEventArgs.Image Gets or sets the image that has been merged into the field.
TXTextControl.DocumentServer.MailMerge.ImageFieldMergedEventArgs.Merged Gets a bool value that indicates whether the current field has been merged successfully or not.
TXTextControl.DocumentServer.MailMerge.RemoveTrailingWhitespace Specifies whether trailing whitespace should be removed before saving a document.
TXTextControl.HeaderFooter.HypertextLinks Gets a collection of all hypertext links the header or footer contains.
TXTextControl.HeaderFooter.MisspelledWords Gets a collection of all misspelled words the header or footer contains.
TXTextControl.IFormattedText.ApplicationFields Gets a collection of all Microsoft Word or Heiler HighEdit fields that have been created or imported from a Microsoft Word or RTF document.
TXTextControl.IFormattedText.HypertextLinks Gets a collection of all hypertext links in the text part.
TXTextControl.IFormattedText.Images Gets a collection of all images in the text part.
TXTextControl.IFormattedText.Lines Gets a collection of all lines the text in the text part consists of.
TXTextControl.IFormattedText.MisspelledWords Gets a collection of all misspelled words in the text part.
TXTextControl.IFormattedText.Paragraphs Gets a collection of all paragraphs the text in the text part consists of.
TXTextControl.IFormattedText.Selection Gets or sets the current selection in the text part.
TXTextControl.IFormattedText.Tables Gets a collection of all tables in the text part.
TXTextControl.IFormattedText.TextChars Gets a collection of all characters the text in the text part consists of.
TXTextControl.IFormattedText.TextFields Gets a collection of all standard text fields in the text part.
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.Bold Gets or sets a value specifying whether text is bold at the current 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.FontSize Gets or sets the font's size, in twips, 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.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.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.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.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.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.MisspelledWord.Length Gets the length of a misspelled word.
TXTextControl.MisspelledWord.Number Gets the number of this misspelled word.
TXTextControl.MisspelledWord.Start Gets the starting position of a misspelled word.
TXTextControl.MisspelledWord.Text Gets the text of the misspelled word.
TXTextControl.MisspelledWordCollection.Count Gets the number of elements contained in the collection.
TXTextControl.MisspelledWordCollection.Item Gets a misspelled word from the collection.
TXTextControl.PageSize.Height Specifies the page height of a document or document section.
TXTextControl.PageSize.Width Specifies the page width of a document or document section.
TXTextControl.ServerTextControl.IsSpellCheckingEnabled Gets or sets a value indicating whether spell checking is active or not.
TXTextControl.ServerTextControl.MisspelledWords Gets a collection of all misspelled words in the main text of the document.
TXTextControl.ServerTextControl.PageUnit Gets or sets the measure used for page sizes and page margins.
TXTextControl.ServerTextControl.TextParts Gets a collection of all text parts the current document contains.
TXTextControl.SpellCheckTextEventArgs.MisspelledWords Gets or sets an array of MisspelledWord objects.
TXTextControl.SpellCheckTextEventArgs.Text Gets the text to check.
TXTextControl.TableRow.IsHeader Gets or sets a value specifying whether the table row is part of the table's header.
TXTextControl.TextField.IsSpellCheckingEnabled Specifies whether a text field's text is checked on misspelled words.
TXTextControl.TextFrame.HypertextLinks Gets a collection of all hypertext links in a text frame.
TXTextControl.TextFrame.MisspelledWords Gets a collection of all misspelled words the text frame contains.
TXTextControl.TextPartCollection.Count Gets the number of elements contained in the collection.
TXTextControl.WPF.LogarithmicConverter.InputCenter Sets or gets the numeric value of the source value range which will be mapped to the center of the target value range.
TXTextControl.WPF.LogarithmicConverter.InputMaximum Sets or gets the upper bound of the source value range.
TXTextControl.WPF.LogarithmicConverter.InputMinimum Sets or gets the lower bound of the source value range.
TXTextControl.WPF.LogarithmicConverter.OutputMaximum Sets or gets the upper bound of the target value range.
TXTextControl.WPF.LogarithmicConverter.OutputMinimum Sets or gets the lower bound of the target value range.
TXTextControl.WPF.MeasureConverter.Decimals Gets or sets the number of decimals for the converted value.
TXTextControl.WPF.MeasureConverter.ShowAllDecimals Gets or sets a value specifying whether all decimals set with the Decimals property are shown, when the result is a string.
TXTextControl.WPF.MeasureConverter.Unit Gets or sets the measuring unit for the conversion.
TXTextControl.WPF.RulerBar.BorderStyle Gets or sets the border style of the ruler bar.
TXTextControl.WPF.RulerBar.DisplayColors Gets or sets the colors of the ruler bar.
TXTextControl.WPF.RulerBar.EnablePageMargins Enables or disables the setting of page margins.
TXTextControl.WPF.RulerBar.ScaleUnit Gets or sets the unit of the ruler bar's scale.
TXTextControl.WPF.RulerBarColors.BackColor Gets or sets the background color at the left or top edge of the ruler bar.
TXTextControl.WPF.RulerBarColors.ForeColor Gets or sets the color used for the numbers of the ruler.
TXTextControl.WPF.RulerBarColors.GradientBackColor Gets or sets the background color at the right or bottom edge of the ruler bar.
TXTextControl.WPF.RulerBarColors.RulerColor Gets or sets the color of the ruler.
TXTextControl.WPF.RulerBarColors.SeparatorColorDark Gets or sets the color of dark separators.
TXTextControl.WPF.RulerBarColors.SeparatorColorLight Gets or sets the color of light separators.
TXTextControl.WPF.StatusBar.BorderStyle Gets or sets the border style of the status bar.
TXTextControl.WPF.StatusBar.ColumnText Gets or sets the text in the 'Column' area of the status bar.
TXTextControl.WPF.StatusBar.DisplayColors Gets or sets the colors of the status bar.
TXTextControl.WPF.StatusBar.FontFamily Gets or sets the font family of the status bar.
TXTextControl.WPF.StatusBar.FontSize Gets or sets the font size of the status bar in device-independent units (1/96th inch).
TXTextControl.WPF.StatusBar.FontStyle Gets or sets the font style of the status bar.
TXTextControl.WPF.StatusBar.FontWeight Gets or sets the weight or thickness of the status bar's font.
TXTextControl.WPF.StatusBar.LineText Gets or sets the text in the 'Line' area of the status bar.
TXTextControl.WPF.StatusBar.PageCounterText Gets or sets the text in the 'Page counter' area of the status bar.
TXTextControl.WPF.StatusBar.PageText Gets or sets the text in the 'Page' area of the status bar.
TXTextControl.WPF.StatusBar.SectionCounterText Gets or sets the text in the 'Section counter' area of the status bar.
TXTextControl.WPF.StatusBar.SectionText Gets or sets the text in the 'Section' area of the status bar.
TXTextControl.WPF.StatusBar.ShowColumn Specifies whether the status bar shows the column number of the current text input position.
TXTextControl.WPF.StatusBar.ShowKeyStates Specifies whether the status bar shows the key state of the CAPSLOCK and the NUMLOCK key and the current insertion mode, insert or overwrite.
TXTextControl.WPF.StatusBar.ShowLine Specifies whether the status bar shows the line number of the current text input position.
TXTextControl.WPF.StatusBar.ShowPage Specifies whether the status bar shows the page number of the current text input position.
TXTextControl.WPF.StatusBar.ShowPageCounter Specifies whether the status bar shows the number of pages the document consists of.
TXTextControl.WPF.StatusBar.ShowSection Specifies whether the status bar shows the section number of the current text input position.
TXTextControl.WPF.StatusBar.ShowSectionCounter Specifies whether the status bar shows the number of sections the document consists of.
TXTextControl.WPF.StatusBar.ShowZoom Specifies whether the status bar shows the current zoom factor.
TXTextControl.WPF.StatusBar.Text Gets or sets the text of the status bar.
TXTextControl.WPF.StatusBarColors.BackColor Gets or sets the background color at the left edge of the status bar.
TXTextControl.WPF.StatusBarColors.ForeColor Gets or sets the color used for text and numbers.
TXTextControl.WPF.StatusBarColors.FrameColor Gets or sets the color of the status bar's frames.
TXTextControl.WPF.StatusBarColors.GradientBackColor Gets or sets the background color at the right edge of the status bar.
TXTextControl.WPF.TextControl.AcceptsTab Gets or sets a value indicating whether pressing the TAB key types a TAB character in the control instead of moving the focus to the next control in the tab order.
TXTextControl.WPF.TextControl.AllowDrag Gets or sets a value indicating whether the control can be a source of a Drag&Drop operation.
TXTextControl.WPF.TextControl.AllowDrop Inherited from System.Windows.UIElement.
TXTextControl.WPF.TextControl.ApplicationFields Gets a collection of all application fields contained in the text part with the input focus.
TXTextControl.WPF.TextControl.AutoControlSize Gets or sets values that enable automatic expansion or shrinking of a Text Control's width or height depending on the currently contained text.
TXTextControl.WPF.TextControl.Baseline Gets or sets the baseline alignment, in twips, of the Text Control.
TXTextControl.WPF.TextControl.BorderThickness Gets or sets the border thickness of the Text Control.
TXTextControl.WPF.TextControl.ButtonBar Specifies the button bar control to be used with a TextControl.
TXTextControl.WPF.TextControl.CanCopy Informs whether a part of a Text Control document has been selected and can be copied to the clipboard.
TXTextControl.WPF.TextControl.CanPaste Informs whether the clipboard contains a format that can be pasted into a Text Control document.
TXTextControl.WPF.TextControl.CanRedo Informs whether an operation can be re-done using the Redo method.
TXTextControl.WPF.TextControl.CanUndo Gets a value indicating whether the user can undo the previous operation in a Text Control.
TXTextControl.WPF.TextControl.CaretWidth Gets or sets the width of the caret in pixels.
TXTextControl.WPF.TextControl.ControlChars Specifies if control characters are visible or not.
TXTextControl.WPF.TextControl.DisplayColors Gets or sets the colors of the text control.
TXTextControl.WPF.TextControl.DocumentLinks Gets a collection of all document links contained in the text part with the input focus.
TXTextControl.WPF.TextControl.DocumentTargetMarkers Gets or sets a value indicating that markers for hypertext targets are shown or not.
TXTextControl.WPF.TextControl.DocumentTargets Gets a collection of all targets contained in the text part with the input focus.
TXTextControl.WPF.TextControl.DropFormats Gets or sets the formats of data the control can accept when the user drags it onto the control.
TXTextControl.WPF.TextControl.EditMode Gets or sets a value indicating whether text in the Text Control is read-only, can be selected or is editable.
TXTextControl.WPF.TextControl.FieldCursor Gets or sets the cursor that is displayed when the mouse pointer is over a marked text field.
TXTextControl.WPF.TextControl.FontFamily Gets or sets the font family of the text control.
TXTextControl.WPF.TextControl.FontSettings Gets a FontSettings object which provides properties determining which fonts can be used in a document.
TXTextControl.WPF.TextControl.FontSize Gets or sets the font size of the text control in device-independent units (1/96th inch).
TXTextControl.WPF.TextControl.FontStyle Gets or sets the font style of the text control.
TXTextControl.WPF.TextControl.FontUnderlineStyle Gets or sets the underlining style for the text displayed by the control.
TXTextControl.WPF.TextControl.FontWeight Gets or sets the weight or thickness of the text control's font.
TXTextControl.WPF.TextControl.FormattingPrinter Gets or sets the name of a printer the text dimensions and capabilities of which are used to format the document.
TXTextControl.WPF.TextControl.HeaderFooterActivationStyle Gets or sets a value specifying the activation style for headers and footers.
TXTextControl.WPF.TextControl.HeaderFooterFrameStyle Gets or sets a value specifying the frame for activated headers and footers.
TXTextControl.WPF.TextControl.HeadersAndFooters Gets a collection of all headers and footers the current document contains.
TXTextControl.WPF.TextControl.HideSelection Gets or sets a value indicating whether the selected text in the Text Control remains highlighted when the control loses focus.
TXTextControl.WPF.TextControl.HorizontalScrollBarVisibility Gets or sets a value that indicates whether a horizontal scroll bar is shown.
TXTextControl.WPF.TextControl.HypertextLinks Gets a collection of all hypertext links contained in the text part with the input focus.
TXTextControl.WPF.TextControl.Images Gets a collection of all images contained in the text part with the input focus.
TXTextControl.WPF.TextControl.InlineStyles Gets a collection of all inline styles the current document contains.
TXTextControl.WPF.TextControl.InputFormat Gets an object of the type InputFormat which represents all formatting attributes at the current text input position.
TXTextControl.WPF.TextControl.InputPosition Gets or sets the current text input position.
TXTextControl.WPF.TextControl.InsertionMode Specifies whether text is inserted or overwrites existing text.
TXTextControl.WPF.TextControl.IsSpellCheckingEnabled Gets or sets a value indicating whether spell checking is active or not.
TXTextControl.WPF.TextControl.IsTabStop Gets or sets a value that indicates whether a text control is included in tab navigation.
TXTextControl.WPF.TextControl.IsUndoEnabled Gets or sets a value indicating whether the undo buffer is active or not.
TXTextControl.WPF.TextControl.Landscape Gets or sets a value indicating whether the page orientation is landscape or portrait.
TXTextControl.WPF.TextControl.Lines Gets a collection of all lines contained in the text part with the input focus.
TXTextControl.WPF.TextControl.ListFormat Gets or sets the type and the formatting attributes of a bulleted or numbered list.
TXTextControl.WPF.TextControl.MisspelledWords Gets a collection of all misspelled words contained in the text part with the input focus.
TXTextControl.WPF.TextControl.PageMargins Gets or sets the margins for the pages of the current document.
TXTextControl.WPF.TextControl.Pages Gets the number of pages contained in the current document.
TXTextControl.WPF.TextControl.PageSize Specifies the width and height of the pages for the current document.
TXTextControl.WPF.TextControl.PageUnit Gets or sets the measure used for page sizes and page margins.
TXTextControl.WPF.TextControl.ParagraphFormat Gets or sets the paragraph formatting attributes of the text displayed by the control.
TXTextControl.WPF.TextControl.Paragraphs Gets a collection of all paragraphs contained in the text part with the input focus.
TXTextControl.WPF.TextControl.ParagraphStyles Gets a collection of all paragraph styles the current document contains.
TXTextControl.WPF.TextControl.RedoActionName Gets a string that represents the name of the action that will be performed when a call to the Redo method is made.
TXTextControl.WPF.TextControl.RulerBar Specifies the horizontal ruler bar control to be used with a TextControl.
TXTextControl.WPF.TextControl.ScrollLocation Gets or sets the coordinates, in twips, of the upper-left corner of the document's visible part relative to the upper-left corner of the complete document.
TXTextControl.WPF.TextControl.Sections Gets a collection of all sections in the document.
TXTextControl.WPF.TextControl.Selection Gets or sets the current selection in the text part with the input focus.
TXTextControl.WPF.TextControl.StatusBar Specifies the status bar control to be used with a TextControl.
TXTextControl.WPF.TextControl.TabIndex Gets or sets the tab index of the text control.
TXTextControl.WPF.TextControl.Tables Gets a collection of all tables contained in the text part with the input focus.
TXTextControl.WPF.TextControl.Text Gets or sets the text contents of the text control.
TXTextControl.WPF.TextControl.TextChars Gets a collection of all characters contained in the text part with the input focus.
TXTextControl.WPF.TextControl.TextFields Gets a collection of all standard text fields contained in the text part with the input focus.
TXTextControl.WPF.TextControl.TextFrameMarkerLines Specifies whether text frames that have no border line are shown with marker lines.
TXTextControl.WPF.TextControl.TextFrames Gets a collection of all text frames contained in the text part with the input focus.
TXTextControl.WPF.TextControl.TextParts Gets a collection of all main text parts the current document contains.
TXTextControl.WPF.TextControl.UndoActionName Gets a string that represents the name of the action that will be performed when a call to the Undo method is made.
TXTextControl.WPF.TextControl.VerticalRulerBar Specifies the vertical ruler bar control to be used with a TextControl.
TXTextControl.WPF.TextControl.VerticalScrollBarVisibility Gets or sets a value that indicates whether a vertical scroll bar is shown.
TXTextControl.WPF.TextControl.ViewMode Gets or sets the mode how Text Control displays a document.
TXTextControl.WPF.TextControl.XmlEditMode Gets or sets a value specifying whether Text Control operates in an edit mode that validates the XML document according to the document's DTD.
TXTextControl.WPF.TextControl.ZoomFactor Gets or sets the zoom factor, in percent, for a Text Control.
TXTextControl.WPF.TextControlColors.DarkShadowColor Gets or sets the display color for the shadow at the right and the bottom edge of the pages.
TXTextControl.WPF.TextControlColors.DesktopColor Gets or sets the display color for the area around the pages.
TXTextControl.WPF.TextControlColors.LightShadowColor Gets or sets the display color for the shadow at the left and the top edge of the pages.
TXTextControl.WPF.TextControlColors.PageBackColor Gets or sets the display color for the page background.
TXTextControl.WPF.TextControlColors.TextBackColor Gets or sets the background color for the text.
TXTextControl.WPF.TextControlColors.TextColor Gets or sets the color for the text.

Methods

Method Description
TXTextControl.DocumentServer.MailMerge.GetBlockNames Lists the names of all merge blocks contained in the currently loaded template.
TXTextControl.HeaderFooter.Find Finds a text string in a header or footer.
TXTextControl.IFormattedText.Find Finds a text string in the text part.
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.MisspelledWord.Select Selects the misspelled word in the text.
TXTextControl.MisspelledWordCollection.CopyTo Copies the elements of the collection to an array, starting at a particular index.
TXTextControl.MisspelledWordCollection.GetEnumerator Returns an enumerator that can be used to iterate through the collection.
TXTextControl.MisspelledWordCollection.GetItem Gets a particular item from the collection.
TXTextControl.MisspelledWordCollection.Remove Removes the specified misspelled word from a Text Control document.
TXTextControl.Selection.DecreaseIndent Decreases the left indent of all paragraphs contained in the current text selection.
TXTextControl.Selection.GrowFont Increases the font size of each font contained in the current text selection.
TXTextControl.Selection.IncreaseIndent Increases the left indent of all paragraphs contained in the current text selection.
TXTextControl.Selection.ShrinkFont Decreases the font size of each font contained in the current text selection.
TXTextControl.ServerTextControl.OnSpellCheckText Raises the SpellCheckText event.
TXTextControl.TextPartCollection.Activate Sets the input focus to the specified text part.
TXTextControl.TextPartCollection.CopyTo Copies the elements of the collection to an array, starting at a particular index.
TXTextControl.TextPartCollection.GetEnumerator Returns an enumerator that can be used to iterate through the collection.
TXTextControl.TextPartCollection.GetItem Gets a certain text part from the collection.
TXTextControl.TextPartCollection.GetMainText Gets the main text part of the document.
TXTextControl.WPF.BooleanConverter.Convert Converts a value to a boolean.
TXTextControl.WPF.BooleanConverter.ConvertBack Converts a boolean to a value of the type specified through the targetType parameter.
TXTextControl.WPF.ColorConverter.Convert Converts a System.Drawing.Color value to System.Windows.Media.Color value.
TXTextControl.WPF.ColorConverter.ConvertBack Converts a System.Windows.Media.Color to a System.Drawing.Color value.
TXTextControl.WPF.LogarithmicConverter.Convert Converts an integer or a double precision floating point value to an integer or a double precision floating point value.
TXTextControl.WPF.LogarithmicConverter.ConvertBack Converts an integer or a double precision floating point value to an integer or a double precision floating point value.
TXTextControl.WPF.MeasureConverter.Convert Converts a value from twips to another meaasuring unit.
TXTextControl.WPF.MeasureConverter.ConvertBack Converts a value from another measuring unit to twips.
TXTextControl.WPF.TextControl.Append Loads text in a certain format from a file, a byte array or a string and appends it to the existing document.
TXTextControl.WPF.TextControl.Clear Clears the selected text or the character right from the current input position from the Text Control.
TXTextControl.WPF.TextControl.ClearUndo Clears the undo buffer of the Text Control.
TXTextControl.WPF.TextControl.Copy Copies the current selection in the Text Control to the Clipboard.
TXTextControl.WPF.TextControl.Cut Moves the current selection in the Text Control to the Clipboard.
TXTextControl.WPF.TextControl.Find Finds a text string in the text part with the input focus.
TXTextControl.WPF.TextControl.FontDialog Invokes the built-in dialog box for setting fonts and character attributes.
TXTextControl.WPF.TextControl.FormattingStylesDialog Invokes the built-in dialog box for creating, deleting and modifying formatting styles.
TXTextControl.WPF.TextControl.GetClipboardFormats Returns an array of ClipboardFormat values.
TXTextControl.WPF.TextControl.GetPages Gets a collection of all pages in the document.
TXTextControl.WPF.TextControl.GetXmlElements Returns a collection of XML elements.
TXTextControl.WPF.TextControl.ImageAttributesDialog Invokes the built-in dialog box for setting attributes of images.
TXTextControl.WPF.TextControl.ListFormatDialog Invokes the built-in dialog box for setting formatting attributes of bulleted and numbered lists.
TXTextControl.WPF.TextControl.Load Loads text in a certain format.
TXTextControl.WPF.TextControl.OnAdaptFont Raises the AdaptFont event.
TXTextControl.WPF.TextControl.OnChanged Raises the Changed event.
TXTextControl.WPF.TextControl.OnCharFormatChanged Raises the CharFormatChanged event.
TXTextControl.WPF.TextControl.OnDocumentLinkClicked Raises the DocumentLinkClicked event.
TXTextControl.WPF.TextControl.OnFormattingStyleListChanged Raises the FormattingStyleListChanged event.
TXTextControl.WPF.TextControl.OnHeaderFooterActivated Raises the HeaderFooterActivated event.
TXTextControl.WPF.TextControl.OnHeaderFooterDeactivated Raises the HeaderFooterDeactivated event.
TXTextControl.WPF.TextControl.OnHExpanded Raises the HExpanded event.
TXTextControl.WPF.TextControl.OnHScroll Raises the HScroll event.
TXTextControl.WPF.TextControl.OnHShrunk Raises the HShrunk event.
TXTextControl.WPF.TextControl.OnHypertextLinkClicked Raises the HypertextLinkClicked event.
TXTextControl.WPF.TextControl.OnImageClicked Raises the ImageClicked event.
TXTextControl.WPF.TextControl.OnImageCreated Raises the ImageCreated event.
TXTextControl.WPF.TextControl.OnImageDeleted Raises the ImageDeleted event.
TXTextControl.WPF.TextControl.OnImageDoubleClicked Raises the ImageDoubleClicked event.
TXTextControl.WPF.TextControl.OnImageMoved Raises the ImageMoved event.
TXTextControl.WPF.TextControl.OnImageRightClicked Raises the ImageRightClicked event.
TXTextControl.WPF.TextControl.OnImageSized Raises the ImageSized event.
TXTextControl.WPF.TextControl.OnInputFormattingStyleChanged Raises the InputFormattingStyleChanged event.
TXTextControl.WPF.TextControl.OnInputParagraphChanged Raises the InputParagraphChanged event.
TXTextControl.WPF.TextControl.OnInputPositionChanged Raises the InputPositionChanged event.
TXTextControl.WPF.TextControl.OnPageChanged Raises the PageChanged event.
TXTextControl.WPF.TextControl.OnPageFormatChanged Raises the PageFormatChanged event.
TXTextControl.WPF.TextControl.OnParagraphFormatChanged Raises the ParagraphFormatChanged event.
TXTextControl.WPF.TextControl.OnSectionChanged Raises the SectionChanged event.
TXTextControl.WPF.TextControl.OnSpellCheckText Raises the SpellCheckText event.
TXTextControl.WPF.TextControl.OnTableCreated Raises the TableCreated event.
TXTextControl.WPF.TextControl.OnTableDeleted Raises the TableDeleted event.
TXTextControl.WPF.TextControl.OnTableFormatChanged Raises the TableFormatChanged event.
TXTextControl.WPF.TextControl.OnTextFieldChanged Raises the TextFieldChanged event.
TXTextControl.WPF.TextControl.OnTextFieldClicked Raises the TextFieldClicked event.
TXTextControl.WPF.TextControl.OnTextFieldCreated Raises the TextFieldCreated event.
TXTextControl.WPF.TextControl.OnTextFieldDeleted Raises the TextFieldDeleted event.
TXTextControl.WPF.TextControl.OnTextFieldDoubleClicked Raises the TextFieldDoubleClicked event.
TXTextControl.WPF.TextControl.OnTextFieldEntered Raises the TextFieldEntered event.
TXTextControl.WPF.TextControl.OnTextFieldLeft Raises the TextFieldLeft event.
TXTextControl.WPF.TextControl.OnTextFrameActivated Raises the TextFrameActivated event.
TXTextControl.WPF.TextControl.OnTextFrameClicked Raises the TextFrameClicked event.
TXTextControl.WPF.TextControl.OnTextFrameCreated Raises the TextFrameCreated event.
TXTextControl.WPF.TextControl.OnTextFrameDeactivated Raises the TextFrameDeactivated event.
TXTextControl.WPF.TextControl.OnTextFrameDeleted Raises the TextFrameDeleted event.
TXTextControl.WPF.TextControl.OnTextFrameDoubleClicked Raises the TextFrameDoubleClicked event.
TXTextControl.WPF.TextControl.OnTextFrameMoved Raises the TextFrameMoved event.
TXTextControl.WPF.TextControl.OnTextFrameRightClicked Raises the TextFrameRightClicked event.
TXTextControl.WPF.TextControl.OnTextFrameSized Raises the TextFrameSized event.
TXTextControl.WPF.TextControl.OnVExpanded Raises the VExpanded event.
TXTextControl.WPF.TextControl.OnVScroll Raises the VScroll event.
TXTextControl.WPF.TextControl.OnVShrunk Raises the VShrunk event.
TXTextControl.WPF.TextControl.OnXmlInvalid Raises the XmlInvalid event.
TXTextControl.WPF.TextControl.OnXmlNotWellFormed Raises the XmlNotWellFormed event.
TXTextControl.WPF.TextControl.ParagraphFormatDialog Invokes the built-in dialog box for setting the formatting attributes of a paragraph.
TXTextControl.WPF.TextControl.Paste Replaces the current selection in the Text Control with the contents of the Clipboard.
TXTextControl.WPF.TextControl.Print Prints a Text Control document or a part of a document.
TXTextControl.WPF.TextControl.Redo Redoes the last Text Control operation.
TXTextControl.WPF.TextControl.Replace Opens the built-in Replace dialog box.
TXTextControl.WPF.TextControl.ResetContents Deletes the entire contents of a Text Control.
TXTextControl.WPF.TextControl.Save Saves the complete contents of a document with the specified format.
TXTextControl.WPF.TextControl.SectionFormatDialog Invokes the built-in tabbed dialog box for setting section attributes.
TXTextControl.WPF.TextControl.Select Selects text within the Text Control.
TXTextControl.WPF.TextControl.SelectAll Selects all text in the Text Control.
TXTextControl.WPF.TextControl.TabDialog Invokes the built-in dialog box for setting tabs.
TXTextControl.WPF.TextControl.TableFormatDialog Invokes the built-in dialog box for setting formatting attributes of tables.
TXTextControl.WPF.TextControl.Undo Undoes the last edit operation in the Text Control.

Classes

Class Description
TXTextControl.DocumentServer.MailMerge.ImageFieldMergedEventArgs The ImageFieldMergedEventArgs class provides data for the ImageFieldMerged event.
TXTextControl.InputFormat The InputFormat class represents all formatting attributes at the current text input position.
TXTextControl.MainText The MainText class represents the main text of a TX Text Control document.
TXTextControl.MisspelledWord The MisspelledWord class represents a misspelled word in a document's text.
TXTextControl.MisspelledWordCollection An instance of the MisspelledWordCollection class contains all misspelled words in the main part of a Text Control document.
TXTextControl.PageSize An instance of the PageSize class represents the page size of a TX Text Control document or document section.
TXTextControl.SpellCheckTextEventArgs The SpellCheckTextEventArgs class provides data for the TextControl.SpellCheckText and WPF.TextControl.SpellCheckText events.
TXTextControl.TextPartCollection An instance of the TextPartCollection class contains all text parts in a TX Text Control document.
TXTextControl.WPF.BooleanConverter The BooleanConverter class provides a way to convert a value to a boolean value.
TXTextControl.WPF.ColorConverter The WPF.ColorConverter class provides a way to convert a System.Drawing.Color value to System.Windows.Media.Color value.
TXTextControl.WPF.LogarithmicConverter The class WPF.LogarithmicConverter converts a numeric value from a linear scale to a logarithmic scale.
TXTextControl.WPF.MeasureConverter The MeasureConverter class provides a way to convert a measure in twips (twentieth of a point) to a value in another measuring unit.
TXTextControl.WPF.RulerBar The WPF.RulerBar class represents a tool bar which can be used to show or to set indents, margins and tabs of a WPF.TextControl.
TXTextControl.WPF.RulerBar.Colors The WPF.RulerBarColors class gets, sets or resets the display colors of a WPF.RulerBar control.
TXTextControl.WPF.StatusBar The WPF.StatusBar class represents a tool bar which can be used to show the position of the curent text input position and other status information of a WPF.TextControl.
TXTextControl.WPF.StatusBarColors The WPF.StatusBarColors class gets, sets or resets the display colors of a WPF.StatusBar control.
TXTextControl.WPF.TextControl The WPF.TextControl class class implements a control with high-level text editing features.
TXTextControl.WPF.TextControlColors The WPF.TextControlColors class gets, sets or resets the display colors of a WPF.TextControl control.

Events

Event Description
TXTextControl.DocumentServer.MailMerge.ImageFieldMerged Occurs when an image field, i.e., a merge field whose name is prefixed with "image:" has been merged.
TXTextControl.ServerTextControl.SpellCheckText Occurs, if the document's text has been altered and the spelling of the new text must be checked.
TXTextControl.WPF.TextControl.AdaptFont Occurs for each font that must be adapted, because it is not supported.
TXTextControl.WPF.TextControl.Changed Indicates that the contents of a document have been changed.
TXTextControl.WPF.TextControl.CharFormatChanged Occurs when the character formatting attributes either of the selected characters or the current text input position have been changed.
TXTextControl.WPF.TextControl.DocumentLinkClicked Occurs when a text field has been clicked on that represents a link to a target in the document.
TXTextControl.WPF.TextControl.FormattingStyleListChanged Occurs after one or more formatting styles have been added or removed or if the name of an existing style has been changed.
TXTextControl.WPF.TextControl.HeaderFooterActivated Occurs when a header or footer gets the current text input position from another part of the document such as a textframe or the main text.
TXTextControl.WPF.TextControl.HeaderFooterDeactivated Occurs when a header or footer loses the current text input position and another part of the document such as a textframe or the main text gets it.
TXTextControl.WPF.TextControl.HExpanded Occurs when the Text Control has automatically expanded its size horizontally.
TXTextControl.WPF.TextControl.HScroll Occurs when the horizontal scroll position has been changed.
TXTextControl.WPF.TextControl.HShrunk Occurs when the Text Control has automatically shrunk its size horizontally.
TXTextControl.WPF.TextControl.HypertextLinkClicked Occurs when a text field has been clicked on that represents the source of a hypertext link.
TXTextControl.WPF.TextControl.ImageClicked Occurs when an image has been clicked on.
TXTextControl.WPF.TextControl.ImageCreated Occurs when a new image has been created.
TXTextControl.WPF.TextControl.ImageDeleted Occurs when an image has been deleted.
TXTextControl.WPF.TextControl.ImageDoubleClicked Occurs when an image has been doubleclicked on.
TXTextControl.WPF.TextControl.ImageMoved Occurs when an inserted image has been moved.
TXTextControl.WPF.TextControl.ImageRightClicked Occurs when an image has been clicked on with the right mouse button.
TXTextControl.WPF.TextControl.ImageSized Occurs when an inserted image has been sized.
TXTextControl.WPF.TextControl.InputFormattingStyleChanged Occurs after the text input position has been moved to a text part formatted with another style.
TXTextControl.WPF.TextControl.InputParagraphChanged Occurs when the text input position has been moved to another paragraph.
TXTextControl.WPF.TextControl.InputPositionChanged Occurs when the text input position has been changed.
TXTextControl.WPF.TextControl.PageChanged Occurs when the text input position has been moved to another page.
TXTextControl.WPF.TextControl.PageFormatChanged Occurs when the page format settings have been changed.
TXTextControl.WPF.TextControl.ParagraphFormatChanged Occurs when the formatting attributes of the selected paragraphs have been changed.
TXTextControl.WPF.TextControl.SectionChanged Occurs when the text input position has been moved to another section.
TXTextControl.WPF.TextControl.SpellCheckText Occurs, if the document's text has been altered and the spelling of the new text must be checked.
TXTextControl.WPF.TextControl.TableCreated Occurs after a new table has been created as a result of a text insertion via the clipboard or when loading a document which contains a table without an identifier.
TXTextControl.WPF.TextControl.TableDeleted Occurs after a table has been deleted.
TXTextControl.WPF.TextControl.TableFormatChanged Occurs when the design attributes of a selected table have been changed.
TXTextControl.WPF.TextControl.TextFieldChanged Occurs when the text of a text field has been changed.
TXTextControl.WPF.TextControl.TextFieldClicked Occurs when a text field has been clicked on.
TXTextControl.WPF.TextControl.TextFieldCreated Occurs when a text field has been created.
TXTextControl.WPF.TextControl.TextFieldDeleted Occurs when a text field has been deleted.
TXTextControl.WPF.TextControl.TextFieldDoubleClicked Occurs when a text field has been double-clicked on.
TXTextControl.WPF.TextControl.TextFieldEntered Occurs when the current input position has been moved to a position that belongs to a text field.
TXTextControl.WPF.TextControl.TextFieldLeft Occurs when the current input position has left a text field.
TXTextControl.WPF.TextControl.TextFrameActivated Occurs when a text frame gets the current text input position from another part of the document such as a header, a footer or the main text.
TXTextControl.WPF.TextControl.TextFrameClicked Occurs when a text frame has been clicked on.
TXTextControl.WPF.TextControl.TextFrameCreated Occurs when a new text frame has been created.
TXTextControl.WPF.TextControl.TextFrameDeactivated Occurs when a text frame loses the current text input position and another part of the document such as a header, a footer or the main text gets it.
TXTextControl.WPF.TextControl.TextFrameDeleted Occurs when a text frame has been deleted.
TXTextControl.WPF.TextControl.TextFrameDoubleClicked Occurs when a text frame has been doubleclicked on.
TXTextControl.WPF.TextControl.TextFrameMoved Occurs when a text frame has been moved.
TXTextControl.WPF.TextControl.TextFrameRightClicked Occurs when a text frame has been clicked on with the right mouse button.
TXTextControl.WPF.TextControl.TextFrameSized Occurs when a text frame has been sized.
TXTextControl.WPF.TextControl.VExpanded Occurs when the Text Control has automatically expanded its size vertically.
TXTextControl.WPF.TextControl.VScroll Occurs when the vertical scroll position has been changed.
TXTextControl.WPF.TextControl.VShrunk Occurs when the Text Control has automatically shrunk its size vertically.
TXTextControl.WPF.TextControl.XmlInvalid Occurs when a loaded or changed XML document cannot be validated with the document type definition (DTD) referenced in the document.
TXTextControl.WPF.TextControl.XmlNotWellFormed Occurs when a loaded XML document is not well-formed.