Class MarkerInfo
Reserved for internal use.
Inheritance
Namespace: Syncfusion.EJ2.DocumentEditor
Assembly: Syncfusion.EJ2.DocumentEditor.dll
Syntax
public class MarkerInfo : Object
Constructors
MarkerInfo()
Declaration
public MarkerInfo()
Properties
Author
Reserved for internal use.
Declaration
public string Author { get; set; }
Property Value
Type |
---|
System.String |
BookmarkName
Reserved for internal use.
Declaration
public string BookmarkName { get; set; }
Property Value
Type |
---|
System.String |
CheckBoxValue
Reserved for internal use.
Declaration
public Nullable<bool> CheckBoxValue { get; set; }
Property Value
Type |
---|
System.Nullable<System.Boolean> |
ColumnFirst
Reserved for internal use.
Declaration
public string ColumnFirst { get; set; }
Property Value
Type |
---|
System.String |
ColumnLast
Reserved for internal use.
Declaration
public string ColumnLast { get; set; }
Property Value
Type |
---|
System.String |
CommentAction
Reserved for internal use.
Declaration
public string CommentAction { get; set; }
Property Value
Type |
---|
System.String |
CommentId
Reserved for internal use.
Declaration
public string CommentId { get; set; }
Property Value
Type |
---|
System.String |
CommentIndex
Reserved for internal use.
Declaration
public Nullable<int> CommentIndex { get; set; }
Property Value
Type |
---|
System.Nullable<System.Int32> |
Date
Reserved for internal use.
Declaration
public string Date { get; set; }
Property Value
Type |
---|
System.String |
Done
Reserved for internal use.
Declaration
public Nullable<bool> Done { get; set; }
Property Value
Type |
---|
System.Nullable<System.Boolean> |
DropDownIndex
Reserved for internal use.
Declaration
public Nullable<int> DropDownIndex { get; set; }
Property Value
Type |
---|
System.Nullable<System.Int32> |
EditRangeId
Reserved for internal use.
Declaration
public Nullable<int> EditRangeId { get; set; }
Property Value
Type |
---|
System.Nullable<System.Int32> |
FormFieldData
Reserved for internal use.
Declaration
public string FormFieldData { get; set; }
Property Value
Type |
---|
System.String |
Initial
Reserved for internal use.
Declaration
public string Initial { get; set; }
Property Value
Type |
---|
System.String |
IsAcceptOrReject
Reserved for internal use.
Declaration
public string IsAcceptOrReject { get; set; }
Property Value
Type |
---|
System.String |
IsAfterCellMark
Reserved for internal use.
Declaration
public bool IsAfterCellMark { get; set; }
Property Value
Type |
---|
System.Boolean |
IsAfterParagraphMark
Reserved for internal use.
Declaration
public bool IsAfterParagraphMark { get; set; }
Property Value
Type |
---|
System.Boolean |
IsAfterRowMark
Reserved for internal use.
Declaration
public bool IsAfterRowMark { get; set; }
Property Value
Type |
---|
System.Boolean |
IsAfterTableMark
Reserved for internal use.
Declaration
public bool IsAfterTableMark { get; set; }
Property Value
Type |
---|
System.Boolean |
IsReply
Reserved for internal use.
Declaration
public Nullable<bool> IsReply { get; set; }
Property Value
Type |
---|
System.Nullable<System.Boolean> |
IsSkipTracking
Reserved for internal use.
Declaration
public bool IsSkipTracking { get; set; }
Property Value
Type |
---|
System.Boolean |
OwnerCommentId
Reserved for internal use.
Declaration
public string OwnerCommentId { get; set; }
Property Value
Type |
---|
System.String |
RemovedIds
Reserved for internal use.
Declaration
public List<string> RemovedIds { get; set; }
Property Value
Type |
---|
System.Collections.Generic.List<System.String> |
RevisionForFootnoteEndnoteContent
Reserved for internal use.
Declaration
public MarkerInfo RevisionForFootnoteEndnoteContent { get; set; }
Property Value
Type |
---|
MarkerInfo |
RevisionId
Reserved for internal use.
Declaration
public string RevisionId { get; set; }
Property Value
Type |
---|
System.String |
RevisionType
Reserved for internal use.
Declaration
public string RevisionType { get; set; }
Property Value
Type |
---|
System.String |
SkipOperation
Reserved for internal use.
Declaration
public bool SkipOperation { get; set; }
Property Value
Type |
---|
System.Boolean |
SplittedRevisions
Reserved for internal use.
Declaration
public List<MarkerInfo> SplittedRevisions { get; set; }
Property Value
Type |
---|
System.Collections.Generic.List<MarkerInfo> |
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 |
User
Reserved for internal use.
Declaration
public string User { get; set; }
Property Value
Type |
---|
System.String |