Click or drag to resize

Comment Class

Represents a comment that is anchored to a region of document content.
Inheritance Hierarchy
SystemObject
  SautinSoft.DocumentElement
    SautinSoft.DocumentComment

Namespace: SautinSoft.Document
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.4.24
Syntax
public sealed class Comment : Element, 
	IContentElement

The Comment type exposes the following members.

Constructors
 NameDescription
Public methodComment Initializes a new instance of the Comment class.
Top
Properties
 NameDescription
Public propertyAuthor Gets or sets the author of the current comment.
Public propertyBlocks Gets the content of the comment.
Public propertyDate Gets or sets the date of the current comment.
Public propertyElementType Gets the ElementType of this element instance.
(Overrides ElementElementType)
Public propertyEnd Gets the element that marks the end of this comment.
Public propertyInitials Gets or sets the initials of the author of the current comment.
Public propertyReplyTo Gets or sets the comment to which this comment is a reply.
Public propertyResolved Gets or sets whether the comment was marked as resolved.
Public propertyStart Gets the element that marks the start of this comment.
Top
Methods
 NameDescription
Public methodClone Clones this element instance.
Top
See Also