Xceed Words for .NET
Adds support for Microsoft Windows 11.
Features
- Added support for Microsoft Windows 11.
- Marker class now allows you to customize markers.
- Document.AddChart is now used for chart creation.
- Hyperlink:
- Added two new properties, Anchor and Type, that get more information about a hyperlink's type and gets/sets the anchor's value.
- Series:
- Added two new properties: Marker and DataPoints.
- DataPoints:
- Added a Marker property.
- Chart, Picture, SignatureLine, Table and Shape:
- Added new WrapStyle and WrapTextPosition properties for customizing text wrapping.
- Table and Cells:
- Added a new ShadingPattern property which can be used to set Fill, Style and StyleColor on the whole table or on specific cells.
- Document:
- Adding new images when images are already included in the body, headers and/or footers now gives the new images unique ids, resulting in a readable final document.
- Added new ParagraphFormatting property which returns a list of all styles used to format paragraphs in the document.
- Added new InsertDocument method which allows you to insert a document in another document.
- Joining two documents containing images in the header/footer now joins these images in the resulting document.
- Improved performance when retrieving paragraphs.
- Applying a template to a document now imports the images.
- Merging an empty document with a non-empty document now preserves paragraph default formatting and keeps table indentations.
- The InsertDocument method now has a useSectionBreak parameter that can be used to put the inserted document in its own section if needed.
- Paragraph:
- The InsertPageNumber(), AppendPageNumber(), InsertPageCount() and AppendPageCount() methods now accept a null format parameter. This allows Section.PageNumberType to format page numbers.
- Added new ShadingPattern method which can be used to set a ShadingPattern on a specific paragraph or text in a paragraph.
- Section:
- Added new Remove() method which allows you to remove a section from the Document.
- Added new PageNumberType property which adds more formatting options for page numbers including page number start, format, chapter style and separator.
- Chart:
- Added new properties to wrap text around charts.
- Chart Axis now has ReverseOrientation property that allows the user to change the display order of the Min and Max values of the Axis.
- Chart Value axis now has Max, Min and LogBase properties that allow you to customize the numbers on the axis.
- Axis:
- Added new TitleFormat property which can now be used to get/set the formatting of an axis title.
- The minor and major tick marks types can now be set with the enum TickMarksTypes.
- ValueAxis:
- Major and minor tick marks units can now be set with a Double.
- Theming:
- The Chart's HintLine and HintLabels can now be themed.
- Formatting:
- Added new ShadingPattern property which can now be used to set a ShadingPattern on a Formatting object.
- ShadingPattern:
- Modifying a single property now updates the parent element.