Xceed Words for .NET V5.1 (Build 5.1.25458.6668)

Released: Sep 8, 2025

Actualizaciones en V5.1 (Build 5.1.25458.6668)

Características

  • SunburstChart now inherits from BaseChart.
  • Surface3D Charts, Doughnut Charts, Pie Charts & Bar Charts can now be added to a document.
  • The new ComboChart class can now be used to create a chart that combines many types of charts together.
  • Can now detect when multiple types of charts are inserted into a single chart & see those charts as a ComboChart.
  • In Chart, a new property, called ChartTitle, now allows to get or set a chart's title.
  • In Chart, series can now have data labels to make the information clearer.
  • Data labels can now be displayed in Pie Charts.
  • In BaseSeries, a new property, called UsePrimaryAxis, now allows you to determine if a series is used as the chart's primary or secondary axis.
  • In Document, two new methods, called AddWatermark & RemoveWatermark, allow to add or remove a watermark.
  • Two new classes, called PictureWatermark & TextWatermark, allow to determine if a watermark is either made up of a picture or some pre-defined text.
  • In Xceed.Words.NET, a new method in the DocX class, called Split, can now be used to split a document into a list of new documents.
  • A new enumeration, called SplitCriteria, can now be used to decide if a document is divided based on its headings or sections.
  • It is now possible to set the ListType to none when converting HTML documents to Words Documents.
  • In Document, a new method, called AddCustomProperties(), can now perform all files’ I/O & XML operations only once for the entire collection of properties, thus increasing efficiency for treating custom properties.

Correcciones

  • In Document, the AddCustomProperty() method was revised to offer improved performance for simple, single-property additions or updates, as well as give a massive performance boost when dealing with multiple properties.
  • In Document, Paragraph.DefaultLineRuleAuto is now reset whenever a new document is created or loaded, which fixes problems that occur whenever two or more documents are loaded.
  • In PDF Conversion, Paragraphs in the resulting PDF is now of the same height as in the original document when the 'Exactly' line spacing option is used.
  • In PDF Conversion, the 'Exactly' line spacing option is now correctly applied in the resulting PDF when a paragraph only contains an EOL (EndOfLine).
  • A System.ArgumentException is no longer thrown when processing HTML content containing underline (<u>) tags through the ReplaceTextWithHTML method.