Skip to main content

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

[ComVisible(true)]
public enum InsertOptions

#Members

Name Description
KeepSourceFormatting

Retains character styles and character formatting that were applied to the copied text.

MatchDestinationFormatting

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