Class PasteOptions
Specifies the paste option.
Inheritance
System.Object
PasteOptions
Namespace: Syncfusion.Blazor.DocumentEditor
Assembly: Syncfusion.Blazor.DocumentEditor.dll
Syntax
public sealed class PasteOptions : Enum
Fields
KeepSourceFormatting
Preserves the formatting of the content as it was when it has been copied.
Declaration
public const PasteOptions KeepSourceFormatting
Field Value
Type |
---|
PasteOptions |
KeepTextOnly
Removes the formatting of the content and pastes it as plain text.
Declaration
public const PasteOptions KeepTextOnly
Field Value
Type |
---|
PasteOptions |
MergeWithExistingFormatting
Merges the formatting of the content copied with the existing format.
Declaration
public const PasteOptions MergeWithExistingFormatting
Field Value
Type |
---|
PasteOptions |