Xceed Words for .NET V5.0 (Build 5.0.25228)
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 longer accessible from outside the assembly.
- The ChapterNumberSeperator property found in the PageNumberType class has now been renamed to ChapterNumberSeparator.
- In Paragraph, two new properties, called FootNotes and EndNotes, are now available to retrieve a Paragraph’s foot notes and end notes.
- In Paragraph, a NullRefException is no longer raised when the Headers.Even or Footers.Even properties are null.
- In Section, removing a Section containing Tables or Headers & Footers no longer throws exceptions once the removal process is finished.
- Merging Documents containing no custom properties no longer raises an exception.
- The Document’s language is now preserved in the Document’s properties during the conversion to PDF process.
- In PDF Conversion, external fonts with their “bold” and/or “italic” variants files are now supported when said files are provided.
- In PDF Conversion, a NullRefException will no longer be raised during the conversion process when Tables are converted & split on 2 pages with only the Header Row fitting on the first page.
- Now possible to replace text with HTML inside of a Table’s paragraphs.
- Nesting that does not adhere strictly to W3C specifications is now supported when inserting HTML content into a Document.
- Block Elements located inside of an HTML list’s “li” items are now supported when inserting HTML content into a Document.
- HTML tag elements that can be converted to MS OOXML elements are now supported.
- In .NET 5 and above, colors are now applied properly when inserting HTML with some form of color formatting into a Document.
- The Lists’ bullets are no longer converted to unknown symbols when a HTML bulleted List is inserted into a Document.
- A “Specified argument was out of the range of valid values” exception is no longer thrown when an entire paragraph is replaced with an HTML list.
- A “System.ArgumentException: ‘Invalid hexadecimal color string. (Parameter ‘hexString’)‘” exception is no longer thrown when inserting HTML with hexadecimal colors into a Document.