Class CommentCharacterAdv
Provides the base implementation for all the CommentCharacterAdv classes.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.EJ.DocumentEditor
Assembly: Syncfusion.EJ.DocumentEditor.dll
Syntax
public abstract class CommentCharacterAdv : Inline
Properties
CommentCharacterType
Gets the type of the CommentCharacterAdv.
Declaration
public CommentMarkType CommentCharacterType { get; }
Property Value
Type | Description |
---|---|
CommentMarkType |
CommentId
Gets or sets the identifier of the CommentAdv.
Declaration
public int CommentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |