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.


Method Summary
 ICommentAuthor addAuthor(java.lang.String name, java.lang.String initials)
           
 ICommentAuthor[] findByName(java.lang.String name)
           
 ICommentAuthor[] findByNameAndInitials(java.lang.String name, java.lang.String initials)
           
 ICommentAuthor get_Item(int index)
           
 ICommentAuthor[] toArray()
           
 
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
 

Method Detail

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)