EnumPasteSource
Enum
Represents the list of supported paste sources.
Definition
Namespace:Telerik.Windows.Documents.Model
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public enum PasteSource
Fields
AnotherRadDocument
Content is copied from another RadDocument.
AnotherRichTextDocument
Content is copied from another rich text document (e.g. a MS Word document; RTF document).
DocumentWithConflictingStyles
Content contains styles that are in conflict with the destination documents' styles by name.
SameRadDocument
Content is copied from the same RadDocument.