
In TX Text Control 13.0 the following new classes, properties, methods and events have been added:
| Property | Description | |
| ParagraphFormat.KeepLinesTogether | Gets or sets a value indicating whether a page break is allowed within the paragraph. | |
| ParagraphFormat.KeepWithNext | If this property is set to true, the paragraph is displayed on the same page as its following paragraph. | |
| ParagraphFormat.PageBreakBefore | If this property is set to true, the paragraph is always displayed on top of a page. | |
| ParagraphFormat.WidowOrphanLines | Gets or sets the number of lines for widow/orphan control. | |
| RulerBar.Alignment | Gets or sets a value specifying the alignment of the ruler bar in the document. | |
| RulerBar.EnablePageMargins | Enables or disables the setting of page margins. | |
| TextControl.DocumentTargetMarkers | Gets or sets a value indicating that markers for hypertext targets are shown or not. |
| Method | Description | |
| DocumentLinkCollection.Clear | Removes all document links from a Text Control document. | |
| DocumentTargetCollection.Clear | Removes all document targets from a Text Control document. | |
| HypertextLinkCollection.Clear | Removes all hypertext links from a Text Control document. | |
| ImageCollection.Clear | Removes all images from a Text Control document. | |
| TableBaseCollection.Clear | Removes all tables contained in the collection from a Text Control document. | |
| TextFieldCollection.Clear | Removes all text fields from a Text Control document. | |
| TextFrame.Activate | Activates the text frame. | |
| TextFrame.Find | Finds a text string in a text frame. | |
| TextFrameCollection.Clear | Removes all text frames from a Text Control document. | |
| TextFrameCollection.DeactivateItem | Deactivates the activated text frame and sets the input focus back to the text part that contains the text frame. |