DXRichEditDataFormatOptions Properties
Provides the options to manage the clipboard operations with different document formats.
Name | Description |
---|---|
Allow |
Obsolete. Gets or sets whether the copied document range is available for pasting in HTML format. |
Allow |
Gets or sets whether to paste images. This is a dependency property. |
Allow |
Gets or sets whether to paste metafiles. This is a dependency property. |
Allow |
Obsolete. Gets or sets whether to copy plain text data. |
Allow |
Obsolete. Gets or sets whether to copy RTF content. |
Can |
Gets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable. |
Dependency |
Gets the Dependency |
Dispatcher |
Gets the Dispatcher this Dispatcher |
Html | Gets or sets whether to copy or paste HTML content. This is a dependency property. |
Html |
Gets or sets a path to the image files linked as pictures in the copied document content. |
Html |
Specifies how images are included in the copied HTML content. |
Is |
Gets a value that indicates whether the object is currently modifiable. Inherited from Freezable. |
Is |
Gets a value that indicates whether this instance is currently sealed (read-only).
Inherited from Dependency |
Plain |
Gets or sets whether to copy or paste plain text. This is a dependency property. |
Rtf | Gets or sets whether to copy or RTF content. This is a dependency property. |
See Also