com.aspose.cells

Class ThreadedCommentAuthorCollection

  • java.lang.Object
  • All Implemented Interfaces:
    java.lang.Iterable
    public class ThreadedCommentAuthorCollection 
    extends CollectionBase

Represents all persons who .

Constructor Summary
 
Property Getters/Setters Summary
intgetCount()
ThreadedCommentAuthorgetCurrentPerson()
void
           Gets and sets the current user.
ThreadedCommentAuthorget(int index)
Gets the person who create threaded comments.
ThreadedCommentAuthorget(java.lang.String name)
Gets the person who create threaded comments.
 
Method Summary
intadd(java.lang.Object value)
Reserved for internal use.
intadd(java.lang.String name, java.lang.String userId, java.lang.String providerId)
Adds one thread comment person.
voidclear()
booleancontains(java.lang.Object value)
Reserved for internal use.
intindexOf(java.lang.Object value)
Reserved for internal use.
java.util.Iteratoriterator()
voidremoveAt(int index)
 

    • Constructor Detail

      • ThreadedCommentAuthorCollection

        public ThreadedCommentAuthorCollection()
    • Property Getters/Setters Detail

      • getCount

        public int getCount()
        
      • get

        public ThreadedCommentAuthor get(int index)
        
        Gets the person who create threaded comments.
        Parameters:
        index - The index
        Returns:
      • get

        public ThreadedCommentAuthor get(java.lang.String name)
        
        Gets the person who create threaded comments.
        Parameters:
        name - The index
        Returns:

    setCurrentPerson

    public voidsetCurrentPerson(ThreadedCommentAuthor value)
    
    Gets and sets the current user.
    • Method Detail

      • add

        public int add(java.lang.String name, java.lang.String userId, java.lang.String providerId)
        Adds one thread comment person.
        Parameters:
        name - The name of the person.
        userId -
        providerId - The id of the provider
        Returns:
      • clear

        public void clear()
      • removeAt

        public void removeAt(int index)
      • iterator

        public java.util.Iterator iterator()
      • contains

        public boolean contains(java.lang.Object value)
        Reserved for internal use.
      • add

        public int add(java.lang.Object value)
        Reserved for internal use.
      • indexOf

        public int indexOf(java.lang.Object value)
        Reserved for internal use.