Xceed Words for .NET のリリース

Released: Mar 15, 2026

V5.2 (Build 5.2.26166.7850) での更新項目

機能

  • In Cell, a new method, called Split, now allows splitting Cells into multiple rows and columns.
  • Comments can now be hidden by setting their Resolved property to true.
  • In PDF Conversion, the default font is no longer automatically used during the conversion process.
  • In PDF Conversion, when there are multiple Tables, including wrapping Tables, to convert, they will now be split on 2 pages to avoid layout issues after the conversion.
  • In HTML Parser, support for optional closing tags has been...

Released: Dec 8, 2025

V5.2 (Build 5.2.25608.6677) での更新項目

機能

  • A new class, called Comment, allows you to adjust various properties related to a Comment, such as its content, who added it and at what time, as well as if it has received any reactions or replies.
  • A new class, called Person, allows you to determine various properties that will define the user that created, added a reply or reacted to a Comment.
  • A new class, called Reaction, allows you to determine various properties that define how a user reacted to a Comment.
  • A new class, called...

Released: Sep 8, 2025

V5.1 (Build 5.1.25458.6668) での更新項目

機能

  • SunburstChart now inherits from BaseChart.
  • Surface3D Charts, Doughnut Charts, Pie Charts & Bar Charts can now be added to a document.
  • The new ComboChart class can now be used to create a chart that combines many types of charts together.
  • Can now detect when multiple types of charts are inserted into a single chart & see those charts as a ComboChart.
  • In Chart, a new property, called ChartTitle, now allows to get or set a chart's title.
  • In Chart, series can now have data labels to make...

Released: Apr 29, 2025

V5.0 (Build 5.0.25228) での更新項目

機能

  • Now possible to use Area Charts, Bubble Charts, Radar Charts, Scatter Charts, Spider Charts and Sunburst Charts.
  • The Series class is now abstract and cannot be instantiated directly; instead, classes derived from the various Chart types, like BarSeries, LineSeries, PieSeries should now be used.
  • The ExternalXml property of the Chart class is now marked as internal and is no longer accessible from outside the assembly.
  • The XML property of the Chart class is now marked as internal and is no...

Released: Feb 3, 2025

V4.0 (Build: 4.0.250103.5744) での更新項目

機能

  • Xceed Words for .NET now supports .NET 9.
  • Xceed Words for .NET now supports non-Windows environments in a .NET 5+ context. Note that a new dll, named Xceed.DrawingUtils.NET.dll, is required to make this work and should replace System.Drawing or System.Drawing.Common when using Color, Point, RectangleF, Font and similar types.
  • The PDF conversion process now also works in non-Windows OS like Linux. When specific fonts are not installed, the DocX.ConvertToPdf() method can receive those fonts as...

Released: Mar 4, 2024

V3.0 (Build: 3.0.24152.1219) での更新項目

不具合の修正

  • Inserting a DocumentElement after a removed paragraph will now throw a "Cannot insert before or after a removed paragraph." message to indicate an invalid operation exception.
  • When inserting HTML content in a Document, non-inherited attributes will now only be applied to the elements they relate to.
  • When inserting HTML content into a Document, the unquoted attribute values found in the HTML source code will now be supported.
  • Inserting a Paragraph using List.InsertParagraphAfterSelf() or...

Released: Oct 25, 2023

V3.0 での更新項目

機能

  • It is now possible to insert HTML content into a Document.
  • New methods are available to replace text with HTML content when working in a Document, Container or Paragraph.
  • Converting HTML content to the PDF format is now supported.

不具合の修正

  • Document:
    • Supported content that was inserted from an HTML file or HTML string will now appear correctly once a Document is converted into PDF.
    • Merging multiple Documents that contain more than one style no longer results in a corrupted Document.
    • Merging...

Released: Apr 3, 2023

V2.5 での更新項目

機能

  • Document:
    • Calling a ReplaceText method now offers the ability to replace text in Headers, Footers, the body of the document or in any combination of those containers.
  • Paragraph:
    • Removing a paragraph now also removes the images, charts and tables associated with it, along with all of the related parts and the relationships between them.
    • The value of the StartIndex and EndIndex properties are now calculated only when needed, allowing faster modifications of paragraphs.
  • PDF Conversion:
    • Improved...

Released: Oct 5, 2022

V2.4 での更新項目

機能

  • The Microsoft .NET Standard version of this product is no longer supported. The Microsoft .NET 5 version should be used instead.
  • Container, Document and Paragraph:
    • The old ReplaceText and ReplaceTextWithObject methods are now obsolete. Two new methods, with the same name but with only one parameter called replaceTextOptions, have been created as a replacement.
  • Document:
    • Calling a ReplaceText() method multiple times on a big document is now faster.
    • Using the InsertContent() method for...

Released: May 14, 2022

V2.3 での更新項目

機能

  • Document:
    • The InsertParagraph(Paragraph p) method now inserts a paragraph's style in the document.
    • The FindUniqueByPattern method now returns the elements found in the main body, the headers and the footers of the document.
  • Header/Footer:
    • It is now possible to use the InsertContent() method to add HTML/RTF content.
  • PDF Conversion:
    • Table of contents are now converted to PDF.
    • An InFrontOfText picture or shape now gets drawn in the header or footer when a document contains many different...