Xceed Words for .NET V2.2
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 OutOfRange Exception.
- A table located inside a table no longer displays larger than it should when exported in PDF.
- A table located inside a table now has an appropriate left margin.
- A paragraph containing only a shape and no text no longer shifts the shape away from the paragraph.
- First line indentation now displays the PDF paragraph text with a valid indentation.
- Paragraphs displayed on 2 pages now display all their lines of text.
- A large text that uses Single line paragraphs no longer gets cut vertically.
- ListItems now displays the valid decimal value when starting at 2.
- Document:
- Modifying the header content before inserting the document in another document no longer loses the header modifications.
- Using a trial license for a document containing 1 or 2 of the usual headers (first, odd, even) no longer creates an InvalidOperationException when saving.
- Instead of returning the current document when a call to the Copy method fails, an exception is now raised.
- Inserting a document when the useSectionBreak parameter is set to false now inserts the document without adding an unnecessary section break.
- Table:
- The IndentFromLeft property now returns the expected value.