menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PasteOptions - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved