[]
Copy range of objects into another range.
public class CopyService
Creates instance of CopyService.
public CopyService(FormattingCopyStrategy styleCopyStrategy)
styleCopyStrategy
FormattingCopyStrategyDefines how to copy styles used in copied range
Defines how styles applied on ContentObjects should be copied in destination document.
public FormattingCopyStrategy FormattingCopy { get; set; }
Copy range to range.
public Range CopyTo(RangeBase from, RangeBase to, InsertLocation insertLocation = InsertLocation.End)
from
RangeBaseSource range.
to
RangeBaseDestination range.
insertLocation
InsertLocationDefines relative to "to" insert content point.