CommentCollection Class |
Namespace: Spire.Presentation.Collections
The CommentCollection type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
Count |
Gets the number of elements actually contained in the collection.
Read-only
Int32
.
(Inherited from
CommentList
.)
|
|
|
IsSynchronized |
Gets a value indicating whether access to the collection is synchronized (thread-safe).
|
|
|
Item |
Gets the element at the specified index.
Read-only
Comment
.
(Inherited from
CommentList
.)
|
|
|
Presentation |
Gets parent PresentationPptx object for a collection of comments.
Read-only
PresentationPptx
.
(Inherited from
CommentList
.)
|
|
|
SyncRoot |
Gets a synchronization root.
Readonly
Object
.
|
| Name | Description | |
|---|---|---|
|
|
AppendComment |
Adds a new comment added to a slide.
(Inherited from
CommentList
.)
|
|
|
CopyTo |
Copies all elements from the collection to the specified array.
|
|
|
Equals |
Determines whether the specified object is equal to the current object.
(Inherited from
Object
.)
|
|
|
GetEnumerator |
Gets an enumerator for the entire collection.
(Inherited from
CommentList
.)
|
|
|
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.
(Inherited from
CommentList
.)
|
|
|
Remove |
Removes the first occurrence of the specified comment in a collection.
(Inherited from
CommentList
.)
|
|
|
RemoveAt |
Removes the element at the specified index in a collection.
(Inherited from
CommentList
.)
|
|
|
ToArray | (Inherited from CommentList .) |
|
|
ToArray(Int32, Int32) | (Inherited from CommentList .) |
|
|
ToString |
Returns a string that represents the current object.
(Inherited from
Object
.)
|