TdxCopyPasteOptions.InsertOptions Property
In This Article
Specifies the source of format settings applied to the last paragraph of a pasted numbered list.
#Declaration
Delphi
property InsertOptions: TdxInsertOptions read; write; default DefaultInsertOptions;
#Property Value
Type |
---|
Tdx |
#Remarks
The InsertOptions property values include:
Value | Description |
---|---|
Keep |
A pasted numbered list keeps its current formatting. |
Match |
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