-
Notifications
You must be signed in to change notification settings - Fork 481
Release Notes v5.0.0
XceedBoucherS edited this page Sep 9, 2025
·
1 revision
Released September 9, 2025.
8 bug fixes and improvements were added to this version.
- 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.
We hope you love this release and decide to support the project by getting a license to Xceed Words for .NET.
-- Xceed Team