
Improves copy and move operations in Microsoft Word documents.
Features
- Improved Copy and Move Range Operations - Several scenarios are now improved when applying copy and move range operations in Microsoft Word documents:
- Filling images and line images can now be copied/moved for shapes, group shapes, ink shapes, canvases and pictures.
- Styles will now be correctly copied and moved without creating additional styles.
- Added support for Malformed Hyperlinks in Word Template Processing - GrapeCity Documents for Word now supports the opening and saving of Word documents with malformed URLs in hyperlinks.
- Added the Ability to Remove Empty Runs during Replace Operations - Added
FindReplaceOptions.RemoveEmptyRunsboolean property indicating whether the replace should remove empty runs or not. - Improved Content Object Collection Enumeration - While enumerating over a range, the enumeration will contain objects the developer doesn't expect to see in some cases. This behavior is consistent with the standard Microsoft Word API. But in many cases, a different behavior may be desirable, namely to iterate over the MINIMUM collection of objects in the range. This can now be achieved via the new
RangeBase.GetInnerCollection()method or via the newContentObject.GetChildren()methods. - Added new overloads to add images using .NET Image and GcImaging classes.
- Methods have been added in the PictureCollection class:
- Picture Add (Image image).
- Picture Add (GcImage image).
- Picture Insert (Image image, InsertLocation location).
- Picture Insert (GcImage image, InsertLocation location).
- Methods have been added in the ImageData class:
- void SetImage (Image image).
- void SetImage (GcImage image).
- Methods have been added in the PictureCollection class: