Xceed Words for .NET V3.0 (Build: 3.0.24152.1219)

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 List.InsertParagrpahBeforeSelf() no longer throws an "object reference not set to an instance of an object" exception.
  • Trying to load a Document containing broken Hyperlinks will no longer throw exceptions.
  • A Specified argument was out of the range exception is no longer thrown when HTML tables are inserted into a Document.
  • Setting the Table IndentFromLeft property will no longer result in a corrupted document when that document is opened with Word 2007.
  • PDF Conversion
    • A List starting with a number other than 1 will now start at that same number once the conversion is completed.
    • ListItems using formatted numbers will now properly keep these numbers once the Document is converted into a PDF.
    • ListItems using specific formatting in order to stylize their associated numbers will now properly retain that formatting once the Document is converted into PDF.
    • Page Numbers that are written in Roman characters will now be transposed as such in the final PDF document.
    • The default Font used by a converted Document will now be the default Font used by the Document before it was converted to PDF.
    • StackOverflow exceptions will no longer occur when a Paragraph is split over 2 pages.
    • The indentation of the current style is now kept during the conversion to PDF process when a Paragraph style inherits from another style.
    • A StackOverflow exception will no longer be thrown during the conversion process when a Table needs to be split on many pages and contains many Paragraphs that must be kept together.
    • Pictures will now correctly respect the alignment values set via their HorizontalAlignment and VerticalAlignment properties.