com.aspose.slides
Class CommentAuthors

java.lang.Object
  extended by com.aspose.slides.CommentAuthors

public class CommentAuthors
extends java.lang.Object


Method Summary
 CommentAuthor addAuthor(java.lang.String name)
          Add new author at the end of a collection.
 CommentAuthor[] findByName(java.lang.String name)
          Find author in a collection by name.
 CommentAuthor get(int index)
          Gets the element at the specified index.
 java.util.Iterator iterator()
          Returns an iterator for the entire collection.
 int size()
          Returns the number of elements actually contained in the collection.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

size

public int size()
Returns the number of elements actually contained in the collection.


get

public CommentAuthor get(int index)
Gets the element at the specified index.


addAuthor

public CommentAuthor addAuthor(java.lang.String name)
Add new author at the end of a collection.

Parameters:
name - Name of a new author.
Returns:
Created CommentAuthor object.

findByName

public CommentAuthor[] findByName(java.lang.String name)
Find author in a collection by name.


iterator

public java.util.Iterator iterator()
Returns an iterator for the entire collection.