Xceed Words for .NET V1.2

Released: Jun 9, 2017

Updates in V1.2

Features

Container

  • The method GetListItemType has been improved to reduce delays.

Footer

  • New Images property is now available to get a list of images in the footer.

Paragraph

  • A hyperlink can now be added with an anchor to point to a document’s bookmark.
  • New InsertTabStopPosition method is available to position tabs.
  • Shading is now supported for specific text or a whole paragraph.
  • The InsertHorizontalLine method now has a position parameter, to draw a line on the top or at the bottom of the paragraph.

Fixes

DocX

  • The GetSections method and the Sections property now returns the same list of Section values.
  • Inserting a document in an empty document will no longer remove listItems numbering.

Paragraph

  • Removing text that starts with a tab no longer throws an exception.
  • Removing text with track changes no longer causes a crash.
  • When adding an indentation hanging, the first line of text is no longer be offset to the left. Instead, the lines of text following the first line will be offset to the right.
  • The IndentationFirstLine and IndentationAfter properties now return the correct values.
  • Inserting text with tracking changes now correctly integrates the new text.