Click or drag to resize

Comment Class

Represents a comment on a slide.
Inheritance Hierarchy
System Object
Spire.Presentation PptObject
Spire.Presentation Comment

Namespace: Spire.Presentation
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public sealed class Comment : PptObject

The Comment type exposes the following members.

Properties
Name Description
Public property AuthorInitials
Gets or sets the author's initials as a read-only String for a specified Comment object
Public property AuthorName
Gets or sets a String that represents the author as for a specified Comment object.
Public property DateTime
Returns the date and time a comment was created. Read/write DateTime .
Public property IsReply
if the comment is reply.
Public property Left
Represents the distance in points from the left edge of the comment to the left edge of the slide.
Public property Parent
Reference to Parent object. Read-only.
(Inherited from PptObject .)
Public property Slide
Gets or sets the parent slide of a comment. Read-only Slide .
Public property Text
Returns a String that represents the text in a comment Read/write String .
Public property Top
Represents the distance in points from the left edge of the comment to the left edge of the slide.
Top
Methods
Name Description
Public method Dispose
Dispose object and free resources.
(Inherited from PptObject .)
Public method Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object .)
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object .)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
Public method Reply
reply the comment. Do nothing if the comment is a reply
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)
Top
See Also