[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.CopyService

CopyService Class

Copy range of objects into another range.

Inheritance
CopyService
Namespace: GrapeCity.Documents.Word
Assembly: DS.Documents.Word.dll
Syntax
public class CopyService
Public Class CopyService

Constructors

Name Description
CopyService(FormattingCopyStrategy)

Creates instance of CopyService.

Properties

Name Description
FormattingCopy

Defines how styles applied on ContentObjects should be copied in destination document.

SkipIncompleteFields

When true, incomplete complex fields (BeginChar/SeparatorChar copied without EndChar) are silently removed from the copied output instead of throwing ComplexFieldCopyException. The field's result content (between SeparatorChar and the range end) is preserved.

Methods

Name Description
CopyTo(RangeBase, RangeBase, InsertLocation)

Copy range to range.