Xceed Words for .NET のリリース

Released: Feb 4, 2022

V2.2 での更新項目

機能

  • Added compatibility with the Microsoft .NET 6 framework.
  • Section:
    • The Tables property now returns all the tables in the current section. Also, the Remove method now removes all the tables from a section, including the first table.
  • Container:
    • Removing all paragraphs from a table now also removes the table.

不具合の修正

  • PDF Conversion:
    • Saving the document as a DOCX prior to converting it to PDF is no longer necessary.
    • Converting a table that contains a table in one of its cells no longer raises an...

Released: Nov 15, 2021

V2.1 での更新項目

機能

  • Added support for Microsoft Windows 11.
  • Marker class now allows you to customize markers.
  • Document.AddChart is now used for chart creation.
  • Hyperlink:
    • Added two new properties, Anchor and Type, that get more information about a hyperlink's type and gets/sets the anchor's value.
  • Series:
    • Added two new properties: Marker and DataPoints.
  • DataPoints:
    • Added a Marker property.
  • Chart, Picture, SignatureLine, Table and Shape:
    • Added new WrapStyle and WrapTextPosition properties for customizing text...

Released: Jul 19, 2021

V2.0 での更新項目

機能

  • Added support for Microsoft .NET 5.
  • Digital signatures can now be added to documents in the Microsoft .NET Framework environment.
  • Signature lines can now be positioned in a document and many new methods are now available to retrieve/remove/add digital signatures or signature lines.
  • PDF Conversion:
    • The paragraph's indentation is now automatically added when a paragraph from the Table of Contents does not specify any indentation but has an outlineLevel greater than 0.
    • A table following a...

Released: Jan 25, 2021

V1.8 での更新項目

機能

  • Bookmarks:
    • Added new methods to the Container class to get, insert, remove and validate bookmarks.
  • Chart:
    • Added new Axis.LabelPosition property to position axis labels over, under, next to the axis or even hide them.
    • Added new Charts property to get all the charts from a container.
    • Added new Width property which can be used to set the size of a series.
  • Document:
    • Automatic hyphenations and configurable hyphenations can now be set for the whole document.
    • Calling ApplyTemplate() with a zero-size...

Released: Aug 17, 2020

V1.7.1 での更新項目

機能

  • Added the ability to merge two documents and select which headers/footers will be used for the final document.
  • Added more formatting options for bookmarks, page numbers, table of contents and custom properties.
  • Improved PDF conversion.

不具合の修正

  • A total of 28 improvements and bug fixes are included in this release.

Released: Jan 30, 2020

V1.7 での更新項目

機能

  • Border, Document, Formatting, Image, Paragraph, Picture and Style
    • Properties and method arguments for sizes, positions and scaling now use a float type.
  • Document
    • Getting the bookmarks now performs the search faster.
    • Images now obtain a unique id to prevent possible file corruption.
    • New methods are now available to add Hyperlinks based on a referenced Hyperlink.
    • New methods are now available to add Hyperlinks with formatting.
    • New methods now exist to insert html/rtf text (with tags), or html...

Released: Jan 30, 2019

V1.6 での更新項目

機能

  • Xceed Words for .NET is now available on .NET Standard 2.0 for .NET Core 2.0 Applications.
  • In all classes points are now used to set sizes, margins and spacings.
  • In Bookmark the new Remove method is now available to remove a bookmark from a document.
  • In Container and Paragraph the new ReplaceTextWithObject methods now make it easy to replace a string with an image, a hyperlink or a table.
  • Document
    • Calling the InsertDocument method to join 2 documents now manages the documents sections. This...

Released: Jun 18, 2018

V1.5 での更新項目

機能

  • Major improvements converting to PDF.
  • The SetText method will now replace the text by managing all the paragraph’s runs.
  • Creating a docx document when the Windows settings decimal separator is not a dot is now supported.
  • Loading a string URL document is now supported.
  • Management of individual headers and footers is now possible per section.
  • New SetDefaultFont method can now be used to set the default family, size and color.
  • Inserting text in a bookmark can now be formated.
  • Adding a list...

Released: Apr 12, 2018

V1.4.1 での更新項目

機能

PDF Conversion

  • Tables with an “auto” background are now supported.
  • Resulting PDF file is now much smaller in size.
  • Line breaks are now supported.
  • Paragraph images not included in a run are now converted to PDF.
  • Conversion from Word to PDF is now completed much faster.

不具合の修正

Table

  • Using CustomTableDesignName now correctly adjusts the table’s custom style.
  • Modifying the TableLook, or any property of TableLook, will now correctly update the table.

Document

  • Accessing Bookmarks multiple times no...

Released: Jan 17, 2018

V1.4 での更新項目

機能

  • PDF Converter
    • Footnotes and Endnotes will now be converted from Microsoft Word to PDF.
    • Page background and page borders will now be converted from Word to PDF.
    • Improved conversion of Tables from Word to PDF.
    • Converting a document from Word to PDF will now correctly apply the first line indent for single word paragraphs.
    • Line height will now be calculated by using the font’s LineSpacing.
    • Footers will now be displayed at the correct Y position in the resulting PDF file.
  • Images inserted in...