CommentList Class |
Namespace: Spire.Presentation.Collections
The CommentList type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
Count |
Gets the number of elements actually contained in the collection.
Read-only
Int32
.
|
|
|
Item |
Gets the element at the specified index.
Read-only
Comment
.
|
|
|
Presentation |
Gets parent PresentationPptx object for a collection of comments.
Read-only
PresentationPptx
.
|
| Name | Description | |
|---|---|---|
|
|
AppendComment |
Adds a new comment added to a slide.
|
|
|
Equals |
Determines whether the specified object is equal to the current object.
(Inherited from
Object
.)
|
|
|
Finalize |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from
Object
.)
|
|
|
GetEnumerator |
Gets an enumerator for the entire collection.
|
|
|
GetHashCode |
Serves as the default hash function.
(Inherited from
Object
.)
|
|
|
GetType |
Gets the
Type
of the current instance.
(Inherited from
Object
.)
|
|
|
InsertComment |
Adds a new comment added to a slide.
|
|
|
MemberwiseClone |
Creates a shallow copy of the current
Object
.
(Inherited from
Object
.)
|
|
|
Remove |
Removes the first occurrence of the specified comment in a collection.
|
|
|
RemoveAt |
Removes the element at the specified index in a collection.
|
|
|
ToArray | |
|
|
ToArray(Int32, Int32) | |
|
|
ToString |
Returns a string that represents the current object.
(Inherited from
Object
.)
|