Enum PasteOptions
Specifies the paste option.
Namespace: Syncfusion.Blazor.DocumentEditor
Assembly: Syncfusion.Blazor.DocumentEditor.dll
Syntax
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum PasteOptions
Fields
| Name | Description |
|---|---|
| KeepSourceFormatting | Preserves the formatting of the content as it was when it has been copied. |
| KeepTextOnly | Removes the formatting of the content and pastes it as plain text. |
| MergeWithExistingFormatting | Merges the formatting of the content copied with the existing format. |