TX Text Control .NET Server for ASP.NET X15

Released: Dec 14, 2017

X15 中的更新

特性

  • MS Word Compatible Document Protection and Editable Regions - Documents can now be protected by restricting the formatting and editing of content. When protecting a document, it is possible to define whether the document is completely locked or formatting can be applied.
  • Watermarks in Headers and Footers - Objects can be freely moved on the page and are placed behind the main text when headers and footers are deactivated. When a new page is inserted within the same section, the objects that belong to the header and footer are repeated on following pages as well.
  • Pagination in Tables - Pagination settings can now be used in tables to control page breaks within a table.
  • Inserting Client-Side Images - Using JavaScript API enhancements, client-side images can be added to documents. All supported image types can be added as Base64 encoded strings and inserted at character position, anchored to paragraphs or fixed on pages. Additionally, TextFrames can be added programmatically as well using the same object positioning.
  • Custom Field Overlays - A highly requested feature was the ability to show field overlays or custom elements such as HTML form elements on top of all types of fields. This concept can be used for many different applications including the rendering of form elements on top of MS Word form fields and content control fields. All of these fields are accessible using the new TXTextControl.getTextFields method that returns an ApplicationField object. This allows the development of MS Word compatible form completion applications based on Web.TextControl.
  • JavaScript API Improvements - TX Text Control .NET Server for ASP.NET now provides a general interface to add, remove and modify all text field types including MS Word merge fields, form fields and TX Text Control text fields. The JavaScript API allows manipulations of TXTextControl.SubTextPart objects. A SubTextPart object represents a user-defined part of a TX Text Control document.
  • Copy to Local Clipboard Support - In version X15, it is possible to switch between the two different clipboards using a toggle button or the JavaScript API. In case the local clipboard is activated, an HTML form element is simulated and content can be pasted into the control and copied from the control to the local clipboard.
  • Select Objects Behind the Text - The new TXTextControl.TextControl.SelectObjects property controls the selection of objects which are located behind text. When this property is set to True, a mouse click selects the object in the background. Otherwise, when this property is set to False, text in front of the object is selected.