Class PasteSource
Represents the list of supported paste sources.
Inheritance
Namespace: Telerik.Windows.Documents.Model
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public sealed class PasteSource : Enum
Fields
AnotherRadDocument
Content is copied from another RadDocument.
Declaration
public const PasteSource AnotherRadDocument
Field Value
PasteSource
|
AnotherRichTextDocument
Content is copied from another rich text document (e.g. a MS Word document; RTF document).
Declaration
public const PasteSource AnotherRichTextDocument
Field Value
PasteSource
|
DocumentWithConflictingStyles
Content contains styles that are in conflict with the destination documents' styles by name.
Declaration
public const PasteSource DocumentWithConflictingStyles
Field Value
PasteSource
|
SameRadDocument
Content is copied from the same RadDocument.
Declaration
public const PasteSource SameRadDocument
Field Value
PasteSource
|
value__
Declaration
public int value__
Field Value
System.Int32
|