ICommentCollection

General

ICommentCollection és una interfície en Aspose.Slides per a NET.

Representa una col·lecció de comentaris.

Propietats

NameTypeAccessDescription
AsICollectionIList<IComment>ReadProvides the comments as an IList
AsIEnumerableIEnumerable<IComment>ReadProvides the comments as an IEnumerable
CountintRead

Mètodes

SignatureDescription
ToArray()An array of all comments.
ToArray(start: int, count: int)An array of comments in the specified range.
AddComment(text: string, slide: ISlide, position: PointF, creationTime: DateTime)The newly created comment.
InsertComment(index: int, text: string, slide: ISlide, position: PointF, creationTime: DateTime)The newly created comment.
RemoveAt(index: int)The zero-based index.
Remove(comment: IComment)The comment to remove.
Clear()
FindCommentByIdx(idx: int)The matching comment, or null if not found.
 Català