TX Text Control .NET Server for ASP.NET X16

Released: Nov 14, 2018

X16 버젼 업데이트

기능

  • Track Changes - TX Text Control .NET Server for ASP.NET X16 enables document collaboration features in your application. Track Changes, also known as redline, or redlining, is a way to keep track of the changes different authors make to a document. These changes can be accepted or rejected by the authors to collaborate on the same document. TX Text Control .NET Server for ASP.NET X16 remembers these changes, and stores them MS Word compatible in the document.
  • Excel Compatible Formulas - TX Text Control .NET Server for ASP.NET X16 supports calculations in a table by using formulas. A formula is a property of a table cell and can be loaded from a SpreadsheetML document or can be inserted using the TXTextControl.TableCell.Formula and TXTextControl.TableCellFormat.NumberFormat properties. TX Text Control .NET Server for ASP.NET X16 supports 100+ formulas including most mathematical and trigonometric formulas compatible to Microsoft Excel.
  • MailMerge: Sorting and Filtering - TX Text Control .NET Server for ASP.NET X16 supports data shaping to filter and sort data rows in a MergeBlock. The UI (ribbon and dialog boxes), which is available out-of-the-box, reflects these new improvements. The Insert Merge Block dialog box, that inserts a new merge block based on the connected data from the TXTextControl.DocumentServer.DataSources.DataSourceManager , has a new button to specify data shaping settings. All of these settings can be set programmatically using the new properties of the TXTextControl.DocumentServer.DataSources.MergeBlockInfo class: SortingInstructions and Filters. Additionally, the BlockMergingCondition specifies a condition which the parent data row of this merge block has to satisfy, so that this merge block is merged at all.
  • Excel Spreadsheet Import - TX Text Control .NET Server for ASP.NET X16 supports the SpreadsheetML part of the Microsoft Office Open XML format. This format is a ZIP compressed XML format for spreadsheet processing and is used as the standard format of Microsoft Excel. TX Text Control loads the *.xlsx format from physical files or from memory containing documents formatted with this format. The TXTextControl.StreamType enumeration has been extended with the new SpreadsheetML member.
  • UI: Extended Ribbon Tabs - The Proofing ribbon tab has been extended with a new Track Changes ribbon group, containing buttons to turn on and off tracking changes, to accept and reject tracked changes and to scroll to the next or to the previous tracked change. The Table Layout tab has been extended to support formulas and number formats in table cells.
  • Extended JavaScript API - The JavaScript API of the HTML5-based editor part of TX Text Control .NET Server for ASP.NET X16 has been extended with 14 new classes, 30+ new properties, 30+ new methods and 8 new events. The API now allows programmatic changes to the Javascript: TXTextControl.selection object and the Javascript: TXTextControl.Selection.ParagraphFormat object.