Skip to content

Release Notes v3.0.0

XceedBoucherS edited this page Jan 22, 2024 · 3 revisions

v3.0.0

Released January 22, 2024.

14 bug fixes and improvements were added to this version.

  • In Document, merging multiple Documents that contain more than one style no longer results in a corrupted Document.
  • In Document, merging 2 different Documents containing Charts that are using external data no longer results in a corrupted Document.
  • In Document, appending multiple Documents to an existing Document will now correctly display the images that can be found in more than one of those Documents.
  • In Document, setting the AutoFit property to Window on a Table with merged Cells will now stretch the Table so that it matches the window’s width.
  • In Document, calling document.InsertDocument() to insert a Document where text was previously replaced in a Header or Footer will now keep said text modifications in the final Document.
  • In Document, the InsertListAfterSelf and InsertListBeforeSelf methods no longer mix the Paragraphs’ indexes.
  • In Document, bulleted lists are no longer converted to numbered lists when the AddCoreProperty method is used.
  • In Document, all the items and subitems contained within a List will now be displayed correctly once said List is updated.
  • In Document, empty paragraphs will now be removed once a text replacement task is completed in situations where the ReplaceText method is used and the RemoveEmptyParagraph property is set to true.
  • In Document, replacing texts in a Document where the Headers or Footers are set to null no longer throws a NullReffException.
  • In Document, an exception no longer occurs when the AutoFit property is set to Contents on a Table with merged Cells.
  • In Document, an ArgumentOutOfRangeException no longer occurs when an element is inserted into a Document at a specific index.
  • In Paragraph, calling GetBookmarks() no longer throws a NullRefException when no bookmarkStart tag is found in the Document.
  • Removing a Paragraph at a specific index no longer throws an OutOfBoundException.

We hope you love this release and decide to support the project by getting a license to Xceed Words for .NET.

-- Xceed Team