
In TX Text Control 12.0 the following new classes, properties, methods and events have been added:
| Class | Description | |
| ServerTextControl | The ServerTextControl class implements a component that provide high-level text processing features for server-based applications. | |
| TextFrame | An instance of the TextFrame class represents a text frame in a Text Control document. | |
| TextFrameCollection | An instance of the TextFrameCollection class contains all text frames in a Text Control document or part of the document represented through objects of the type TextFrame. An instance of this class can be obtained with the | |
| TextFrameEventArgs | The TextFrameEventArgs class provides data for all events that occur with text frames. |
| Property | Description | |
| HeaderFooter.TextFrames | Gets a collection of all text frames contained in a header or footer. | |
| TableRow.AllowPageBreak | Gets or sets a value specifying how the table row is formatted at page breaks. | |
| TableRow.MinimumHeight | Gets or sets the minimum height, in twips, of the table row. | |
| TextControl.TextFrameMarkerLines | Specifies whether text frames that have no border line are shown with marker lines. | |
| TextControl.TextFrames | Gets a collection of all text frames the current document contains. |
| Method | Description | |
| TextControl.ImageAttributesDialog | Invokes the built-in dialog box for setting attributes of images. | |
| TextControl.OnImageRightClicked | Raises the ImageRightClicked event. | |
| TextControl.OnTextFrameActivated | Raises the TextFrameActivated event. | |
| TextControl.OnTextFrameClicked | Raises the TextFrameClicked event. | |
| TextControl.OnTextFrameCreated | Raises the TextFrameCreated event. | |
| TextControl.OnTextFrameDeactivated | Raises the TextFrameDeactivated event. | |
| TextControl.OnTextFrameDeleted | Raises the TextFrameDeleted event. | |
| TextControl.OnTextFrameDoubleClicked | Raises the TextFrameDoubleClicked event. | |
| TextControl.OnTextFrameMoved | Raises the TextFrameMoved event. | |
| TextControl.OnTextFrameRightClicked | Raises the TextFrameRightClicked event. | |
| TextControl.OnTextFrameSized | Raises the TextFrameSized event. | |
| TextControl.TextFrameAttributesDialog | Invokes the built-in dialog box for setting attributes of text frames. |
| Event | Description | |
| TextControl.ImageRightClicked | Occurs when an image has been clicked on with the right mouse button. | |
| TextControl.TextFrameActivated | Occurs when a text frame has been activated. | |
| TextControl.TextFrameClicked | Occurs when a text frame has been clicked on. | |
| TextControl.TextFrameCreated | Occurs when a new text frame has been created. | |
| TextControl.TextFrameDeactivated | Occurs when a text frame has been deactivated. | |
| TextControl.TextFrameDeleted | Occurs when a text frame has been deleted. | |
| TextControl.TextFrameDoubleClicked | Occurs when a text frame has been doubleclicked on. | |
| TextControl.TextFrameMoved | Occurs when a text frame has been moved with the built-in mouse interface. | |
| TextControl.TextFrameRightClicked | Occurs when a text frame has been clicked on with the right mouse button. | |
| TextControl.TextFrameSized | Occurs when a text frame has been sized with the built-in mouse interface. |