[]
Copy range of objects into another range.
public class CopyService
Public Class CopyService
| Name | Description |
|---|---|
| CopyService(FormattingCopyStrategy) | Creates instance of CopyService. |
| 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. |
| Name | Description |
|---|---|
| CopyTo(RangeBase, RangeBase, InsertLocation) | Copy range to range. |