menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DocumentOperation - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DocumentOperation

    Class represent the specific editing operation Reserved for internal use.

    Inheritance
    System.Object
    DocumentOperation
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.EJ2.DocumentEditor
    Assembly: Syncfusion.EJ2.DocumentEditor.dll
    Syntax
    public class DocumentOperation

    Constructors

    DocumentOperation()

    Declaration
    public DocumentOperation()

    Properties

    Action

    Reserved for internal use.

    Declaration
    public string Action { get; set; }
    Property Value
    Type
    System.String

    EnableTrackChanges

    Reserved for internal use.

    Declaration
    public bool EnableTrackChanges { get; set; }
    Property Value
    Type
    System.Boolean

    End

    Reserved for internal use.

    Declaration
    public int End { get; }
    Property Value
    Type
    System.Int32

    Format

    Reserved for internal use.

    Declaration
    public string Format { get; set; }
    Property Value
    Type
    System.String

    ImageData

    Reserved for internal use.

    Declaration
    public ImageInfo ImageData { get; set; }
    Property Value
    Type
    ImageInfo

    Length

    Reserved for internal use.

    Declaration
    public int Length { get; set; }
    Property Value
    Type
    System.Int32

    ListData

    Reserved for internal use.

    Declaration
    public string ListData { get; set; }
    Property Value
    Type
    System.String

    MarkerData

    Reserved for internal use.

    Declaration
    public MarkerInfo MarkerData { get; set; }
    Property Value
    Type
    MarkerInfo

    Offset

    Reserved for internal use.

    Declaration
    public int Offset { get; set; }
    Property Value
    Type
    System.Int32

    PasteContent

    Reserved for internal use.

    Declaration
    public string PasteContent { get; set; }
    Property Value
    Type
    System.String

    ProtectionData

    Reserved for internal use.

    Declaration
    public ProtectionInfo ProtectionData { get; set; }
    Property Value
    Type
    ProtectionInfo

    SkipOperation

    Reserved for internal use.

    Declaration
    public bool SkipOperation { get; set; }
    Property Value
    Type
    System.Boolean

    StyleData

    Reserved for internal use.

    Declaration
    public string StyleData { get; set; }
    Property Value
    Type
    System.String

    Text

    Reserved for internal use.

    Declaration
    public string Text { get; set; }
    Property Value
    Type
    System.String

    Type

    Reserved for internal use.

    Declaration
    public string Type { get; set; }
    Property Value
    Type
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved