Class WCommentMark
Represents comment start marker
Inheritance
System.Object
WCommentMark
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.DocIO.DLS
Assembly: Syncfusion.DocIO.Base.dll
Syntax
public class WCommentMark : ParagraphItem, IXDLSSerializable, IParagraphItem, IEntity, IOfficeRun, ILeafWidget, IWidget
Properties
Comment
Declaration
public WComment Comment { get; }
Property Value
Type |
---|
WComment |
EntityType
Gets the type of the entity.
Declaration
public override EntityType EntityType { get; }
Property Value
Type | Description |
---|---|
EntityType | The EntityType of the current item. |
Overrides
Type
Gets or sets the type of the CommentMark.
Declaration
public CommentMarkType Type { get; set; }
Property Value
Type | Description |
---|---|
CommentMarkType | The type. |
Methods
CloneImpl()
Clones itself.
Declaration
protected override object CloneImpl()
Returns
Type | Description |
---|---|
System.Object | Returns cloned object. |
Overrides
CreateLayoutInfo()
Declaration
protected override void CreateLayoutInfo()