[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.CommentInfo

Class CommentInfo

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

Represents an annotation reference mark at the current location in the comment.

An annotation reference mark is an information block that represents the metadata associated with the current comment. The annotation reference mark should typically consist of the initials and a unique integer associated with its position in the document, but can be displayed in any desired format.

public class CommentInfo : ContentObject, IBrowsable<CommentInfo>
Inheritance
object
CommentInfo
Implements
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Properties

Next

Gets the next comment info.

public CommentInfo Next { get; }

Property Value

CommentInfo

ParentRun

Gets the content parent Run.

public Run ParentRun { get; }

Property Value

Run

Previous

Gets the previous comment info.

public CommentInfo Previous { get; }

Property Value

CommentInfo