Skip to main content

DXRichEditCopyPasteOptions Members

Provides the options affecting certain copy-paste operations.

Constructors

Name Description
DXRichEditCopyPasteOptions() Initializes a new instance of the DXRichEditCopyPasteOptions class with the default settings.

Fields

Name Description
InsertOptionsProperty static Identifies the DXRichEditCopyPasteOptions.InsertOptions dependency property.
MaintainDocumentSectionSettingsProperty static Identifies the DXRichEditCopyPasteOptions.MaintainDocumentSectionSettings dependency property.
PasteUnstyledRtfModeProperty static Identifies the DXRichEditCopyPasteOptions.PasteUnstyledRtfMode dependency property.
TabInsertOptionsProperty static Identifies the DXRichEditCopyPasteOptions.TabInsertOptions dependency property.

Properties

Name Description
InsertOptions Gets or sets options specifying how formatting is applied to the last paragraph of a numbered list inserted into a document. This is a dependency property.
MaintainDocumentSectionSettings Gets or sets whether to retain section settings of a blank document after appending RTF content. This is a dependency property.
PasteUnstyledRtfMode Specifies how to apply formatting to a pasted RTF text which has no defined styles.
TabInsertOptions Gets or sets how to set tab stops in the inserted paragraph.
See Also