InsertOptions Enum
In This Article
Lists options specifying how formatting is applied when inserting formatted text.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v14.2.Core.dll
#Declaration
#Members
Name | Description |
---|---|
Keep |
Retains character styles and character formatting that were applied to the copied text. |
Match |
Discards most of the formatting that was applied directly to the copied text. The text takes on the style of the paragraph where it is pasted, and the character formatting of text that immediately precedes the cursor. |
See Also