Class
ClipboardHandler

Defines data provider that will be used to import specific clipboard data format.

Definition

Namespace:Telerik.Windows.Documents.Base

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class ClipboardHandler

Inheritance: objectClipboardHandler

Constructors

ClipboardHandler()

Declaration

cs-api-definition
public ClipboardHandler()

Properties

ClipboardDataFormat

Gets or sets the clipboard data format.

Declaration

cs-api-definition
public string ClipboardDataFormat { get; set; }

Property Value

string

The clipboard data format (DataFormats.Html or DataFormats.Rtf).

ClipboardStringFilter

Gets or sets a filter used to pre-process the data if such is needed.

Declaration

cs-api-definition
public Func<string, string> ClipboardStringFilter { get; set; }

Property Value

Func<string, string>

The clipboard string filter.

DocumentFormatProvider

Gets or sets the format provider used to import the data in the clipboard.

Declaration

cs-api-definition
public IDocumentFormatProvider DocumentFormatProvider { get; set; }

Property Value

IDocumentFormatProvider

The document format provider, e.g. HtmlFormatProvider or RtfFormatProvider.