[]
        
(Showing Draft Content)

Version 4.1.0.658

New Features and Improvements

  • Added property FindReplaceOptions.RemoveEmptyRuns which indicates whether empty runs should be removed after a replace operation.
  • Added Add() and Insert() method overloads to PictureCollection and ImageData classes that accept System.Drawing.Image and GrapeCity.Documents.Drawing.Image types.
  • Added RangeBase.GetInnerCollection() method which gets an enumerator that does not include objects that start before the current range's start and end after the current range's end.
  • Added property GcWordDocument.MalformedUriRewriter which specifies the malformed URI rewriter that can be used to implement a custom strategy for rewriting malformed URIs.
  • Added DefaultMalformedUriRewriter class which implements the default rewriting strategy, can be assigned to MalformedUriRewriter.
  • Added GetChildren() method to ContentObject, ContentRange, Body and Section classes which gets the collection of the object's children of a specified type.

Bug fixes

  • Incorrect evaluation of toggle properties that use XOR-based calculation.
  • Incorrect indentation of some table rows in exported PDFs.