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