Class ClipboardHandler
Defines data provider that will be used to import specific clipboard data format.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Base
Assembly: Telerik.Windows.Documents.dll
Syntax
public class ClipboardHandler
Constructors
ClipboardHandler()
Declaration
public ClipboardHandler()
Properties
ClipboardDataFormat
Gets or sets the clipboard data format.
Declaration
public string ClipboardDataFormat { get; set; }
Property Value
System.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
public Func<string, string> ClipboardStringFilter { get; set; }
Property Value
System.Func<System.String, System.String>
The clipboard string filter. |
DocumentFormatProvider
Gets or sets the format provider used to import the data in the clipboard.
Declaration
public IDocumentFormatProvider DocumentFormatProvider { get; set; }
Property Value
IDocumentFormatProvider
The document format provider, e.g. HtmlFormatProvider or RtfFormatProvider. |