[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.CommentReference

Class CommentReference

Namespace
GrapeCity.Documents.Word
Assembly
GcDocs.Word.dll

Represents a comment content reference mark that links the comment content with the contents of a document story.

public class CommentReference : ContentMark
Inheritance
object
CommentReference
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Properties

Comment

Gets the referenced owner comment.

public Comment Comment { get; }

Property Value

Comment

ParentRun

Gets the content parent Run.

public Run ParentRun { get; }

Property Value

Run

Methods

Delete()

Deletes this reference and the owner Comment from the parent Body.

public override void Delete()

ToString()

Gets string representation of the content.

public override string ToString()

Returns

string

String representation of the content.