com.aspose.slides
Class CommentAuthors

java.lang.Object
  extended by com.aspose.slides.CommentAuthors
Direct Known Subclasses:
CommentAuthorCollection

Deprecated.

@Deprecated
public class CommentAuthors
extends java.lang.Object

Represents a collection of comment authors.


Method Summary
 CommentAuthor addAuthor(java.lang.String name)
          Deprecated.  Add new author at the end of a collection.
 CommentAuthor[] findByName(java.lang.String name)
          Deprecated.  Find author in a collection by name.
 CommentAuthor get_Item(int index)
          Deprecated.  Gets the element at the specified index.
 int getCount()
          Deprecated.  Gets the number of elements actually contained in the collection.
 com.aspose.ms.System.Collections.IEnumerator<CommentAuthor> iterator()
          Deprecated.  Returns an enumerator for the entire collection.
 CommentAuthor[] toArray()
          Deprecated.  Creates and returns an array with all authors.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getCount

public int getCount()
Deprecated. 

Gets the number of elements actually contained in the collection. Read-only int.


get_Item

public CommentAuthor get_Item(int index)
Deprecated. 

Gets the element at the specified index. Read-only Shape.


addAuthor

public CommentAuthor addAuthor(java.lang.String name)
Deprecated. 

Add new author at the end of a collection.

Parameters:
name - Name of a new author.
Returns:

toArray

public CommentAuthor[] toArray()
Deprecated. 

Creates and returns an array with all authors.

Returns:
Array of CommentAuthor

findByName

public CommentAuthor[] findByName(java.lang.String name)
Deprecated. 

Find author in a collection by name.

Parameters:
name - Name of an author to find.
Returns:
Author or null.

iterator

public com.aspose.ms.System.Collections.IEnumerator<CommentAuthor> iterator()
Deprecated. 

Returns an enumerator for the entire collection.

Returns:
An IEnumerator for the entire collection.