Skip to main content

TdxCopyPasteOptions.InsertOptions Property

Specifies the source of format settings applied to the last paragraph of a pasted numbered list.

Declaration

property InsertOptions: TdxInsertOptions read; write; default DefaultInsertOptions;

Property Value

Type
TdxInsertOptions

Remarks

The InsertOptions property values include:

Value Description
KeepSourceFormatting A pasted numbered list keeps its current formatting.
MatchDestinationFormatting The last item of a pasted numbered list is converted into a simple paragraph to which the destination document’s formatting is applied.

The default value of the InsertOptions property is TdxInsertOptions.MatchDestinationFormatting.

See Also