Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PasteOptions

    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 Description
    PasteOptions

    KeepTextOnly

    Removes the formatting of the content and pastes it as plain text.

    Declaration
    public const PasteOptions KeepTextOnly
    Field Value
    Type Description
    PasteOptions

    MergeWithExistingFormatting

    Merges the formatting of the content copied with the existing format.

    Declaration
    public const PasteOptions MergeWithExistingFormatting
    Field Value
    Type Description
    PasteOptions

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved