ICommentCollection Interface

Represents a collection of comments of one author.

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public interface ICommentCollection : IGenericCollection<IComment>, 
	IEnumerable<IComment>, IEnumerable, ICollection

The ICommentCollection type exposes the following members.

Properties
Methods
  NameDescription
Public methodAddComment
Add new comment at the end of a collection.
Public methodClear
Removes all comments from a collection.
Public methodCopyTo (Inherited from ICollection.)
Public methodGetEnumerator (Inherited from IEnumerableIComment.)
Public methodInsertComment
Insert new comment to a collection at the specified index.
Public methodRemove
Removes the first occurrence of the specified comment in a collection.
Public methodRemoveAt
Removes the element at the specified index in a collection.
Public methodToArray
Creates and returns an array with all comments.
Public methodToArray(Int32, Int32)
Creates and returns an array with all comments from the specified range. An index of a first comment to return.A number of comments to return.
See Also