Class DocumentOperation
Class represent the specific editing operation Reserved for internal use.
Inheritance
System.Object
DocumentOperation
Namespace: Syncfusion.EJ2.DocumentEditor
Assembly: Syncfusion.EJ2.DocumentEditor.dll
Syntax
public class DocumentOperation : Object
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 |