New Classes, Properties, Methods and Events

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

Properties

Property Description
TXTextControl.DocumentTarget.ContainsInputPosition Returns true, if the target's position is the same as the current text input position.
TXTextControl.InputPosition.InactiveMarker Shows or hides a marker which indicates the current text input position when the TextControl is inactive and the blinking caret is not visible.
TXTextControl.Page.Footer Gets the footer of the page.
TXTextControl.Page.Header Gets the header of the page.
TXTextControl.SaveSettings.DocumentLevelJavaScriptActions Specifies an array of strings containing Javascript.
TXTextControl.TextField.ContainsInputPosition Returns true, if the Textfield contains the current text input position.
TXTextControl.WPF.TextControl.RibbonFormattingTab Specifies the name of the WPF.RibbonFormattingTab object to be used with a TextControl.
TXTextControl.WPF.TextControl.RibbonInsertTab Specifies the name of the WPF.RibbonInsertTab object to be used with a TextControl.

Methods

Method Description
TXTextControl.InputPosition.ScrollTo Scrolls the contents of a Text Control so that the current input position becomes visible.
TXTextControl.WPF.TextControl.ForeColorDialog Invokes the built-in dialog box for setting the text color.
TXTextControl.WPF.TextControl.TextBackColorDialog Invokes the built-in dialog box for setting the background color of the text.

Classes

Class Description
TXTextControl.WPF.BookmarkDialog The WPF.BookmarkDialog class implements a dialog box to insert a DocumentTarget at the current input position.
TXTextControl.WPF.DeleteBookmarksDialog The DeleteBookmarksDialog class implements a dialog box which shows all targets in the current document.
TXTextControl.WPF.GotoDialog The GotoDialog class implements a dialog box which can be used to move the current input position to a certain page, section, line, table or bookmark.
TXTextControl.WPF.HyperlinkDialog The WPF.HyperlinkDialog class implements a built-in dialog box for inserting and editing a hyperlink at the current text input position.
TXTextControl.WPF.RibbonFormattingTab The WPF.RibbonFormattingTab class represents a ribbon tab for setting font and paragraph attributes, formatting styles and for handling the clipboard.
TXTextControl.WPF.RibbonInsertTab The WPF.RibbonInsertTab class represents a ribbon tab for inserting pages, images, hyperlinks, bookmarks, headers and footers, textframes and symbols.
TXTextControl.WPF.TextControlDocument An object of the WPF.TextControlDocument class represents a document and is part of the template of a WPF.TextControl.
TXTextControl.WPF.TextControlToolBar The WPF.TextControlToolBar class is the base class of the WPF.RulerBar and the WPF.StatusBar classes.
TXTextControl.WPF.TextControlToolBarPresenter A WPF.TextControlToolBarPresenter object is part of the template of a WPF.TextControlToolBar.