What's New in X13
We regularly release major updates to our libraries, adding new features and responding to customer requests.
Shapes
Shapes and drawings
MS Word-compatible drawings and shapes can be inserted and edited. Shapes can be added as single objects into TX Text Control and can be completely edited using the ribbon interface.Merge blocks
New merge blocks
Repeating merge blocks have been added as a document element into the core of TX Text Control. The new element, a SubTextPart, is a range of text that includes other elements such as table rows, complete tables, paragraphs and all other elements such as merge fields, images and the new shapes.Dialog boxes
New dialog boxes
TX Text Control .NET Server provides new dialog boxes to insert symbol characters, hyperlinks and bookmarks. Additionally, a Goto dialog has been implemented to jump directly to pages, sections, tables, lines or bookmarks.Document properties
Extended document properties
Document properties such as author, creation date or keywords can be exported to all supported text formats using the new properties SaveSettings.CreationDate, SaveSettings.CreatorApplication, SaveSettings.DocumentKeywords, SaveSettings.DocumentSubject, SaveSettings.LastModificationDate and SaveSettings.Author.Shapes and drawings
Insert and edit MS Word-compatible shapes and drawings with full API support. MS Word-compatible drawings and shapes can be inserted and edited. Shapes can be added as single objects into TX Text Control and can be completely edited using the ribbon interface, a ready-to-use dialog box, and programmatically using the TX Text Control API.
When activating drawing objects, a fully featured editor is available to modify the shape. Shape objects can also be grouped in a Drawing Canvas and modified as a group. All shape types are compatible with MS Word and can be imported and exported from and to supported formats.
New merge blocks
New merge blocks for easier template creation with SubTextPart integration. We integrated the repeating merge block as a document element into the core of TX Text Control. The new element, a SubTextPart, is a range of text that includes other elements such as table rows, complete tables, paragraphs, and all other elements such as merge fields, images, and the new shapes.
This new concept makes the handling inside the template designer TX Text Control Words more intuitive and fault-tolerant, making it very easy for non-developers to create templates with only MS Word skills. The merge blocks are highlighted automatically, which helps to find the repeating blocks in a template. Nested blocks can be visually distinguished by using different colors or transparency for different block levels.
MVC version with NuGet Package
MVC version of Web.TextControl now available as a NuGet package. An MVC version of Web.TextControl is now available as part of a NuGet package. Within ASP.NET MVC, Web.MVC.TextControl can be directly used as an HtmlHelper extension without any Web Forms and AJAX UpdatePanels.
The NuGet package installs all required files automatically into the existing Visual Studio ASP.NET MVC project.
Learn how to create your Web.MVC.TextControl ASP.NET MVC project here.
New dialog boxes
New dialog boxes for inserting symbols, hyperlinks, and more. TX Text Control .NET Server X13 provides new dialog boxes to insert symbol characters, hyperlinks, and bookmarks. Additionally, a Goto dialog has been implemented to jump directly to pages, sections, tables, lines, or bookmarks.
Unicode bullet characters
Use any Unicode character as a bullet with customizable font. The bullet character is no longer limited to the Windows Symbol font. The new ListFormat.FontName property can be used to specify a font for the bullet character. The bullet character itself can be any Unicode character. The ListFormatDialog dialog boxes have been extended to specify a font and a Unicode character.
Extended document properties
Export document properties like author and creation date. Document properties such as author, creation date, or keywords can be exported to all supported text formats using the new properties: SaveSettings.CreationDate, SaveSettings.CreatorApplication, SaveSettings.DocumentKeywords, SaveSettings.DocumentSubject, SaveSettings.LastModificationDate, and SaveSettings.Author. When a document is loaded, these properties are also available in the LoadSettings class.
Performance boost
Performance boost with up to 40% faster MailMerge operations. Adding the merge blocks directly as a document element to the core of TX Text Control has another benefit: Performance. The performance of merging blocks within MailMerge increased up to 40% - a boost you can directly feel when previewing templates in the template designer.
New DocumentViewer style
Updated DocumentViewer with new style and animations. TX Text Control .NET Server X13 received a new style including new buttons, a radial gradient background color, rounded document corners, and an animation when flipping through pages. New properties can be used to enable these new settings or to adjust the animation duration.