com.aspose.slides
Interface ICommentAuthorCollection
- All Superinterfaces:
- com.aspose.ms.System.Collections.ICollection<ICommentAuthor>, com.aspose.ms.System.Collections.IEnumerable<ICommentAuthor>, com.aspose.ms.System.Collections.Generic.IGenericEnumerable<ICommentAuthor>, java.lang.Iterable<ICommentAuthor>
- All Known Implementing Classes:
- CommentAuthorCollection
public interface ICommentAuthorCollection
- extends com.aspose.ms.System.Collections.ICollection<ICommentAuthor>, com.aspose.ms.System.Collections.Generic.IGenericEnumerable<ICommentAuthor>
Represents a collection of comment authors.
Methods inherited from interface com.aspose.ms.System.Collections.ICollection |
copyTo, getSyncRoot, isSynchronized, size |
Methods inherited from interface com.aspose.ms.System.Collections.Generic.IGenericEnumerable |
iterator |
get_Item
ICommentAuthor get_Item(int index)
addAuthor
ICommentAuthor addAuthor(java.lang.String name,
java.lang.String initials)
toArray
ICommentAuthor[] toArray()
findByName
ICommentAuthor[] findByName(java.lang.String name)
findByNameAndInitials
ICommentAuthor[] findByNameAndInitials(java.lang.String name,
java.lang.String initials)