All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aspose.cells.ThreadedCommentAuthorCollection.html Maven / Gradle / Ivy

There is a newer version: 23.1
Show newest version





ThreadedCommentAuthorCollection




com.aspose.cells
Class ThreadedCommentAuthorCollection

java.lang.Object
  extended by CollectionBase
      extended by com.aspose.cells.ThreadedCommentAuthorCollection
All Implemented Interfaces:
java.lang.Iterable

public class ThreadedCommentAuthorCollection 
extends CollectionBase

Represents all persons who .


Constructor Summary
ThreadedCommentAuthorCollection()
          
 
Property Getters/Setters Summary
intgetCount()→ inherited from com.aspose.cells.CollectionBase
          
ThreadedCommentAuthorgetCurrentPerson()
voidsetCurrentPerson(ThreadedCommentAuthor)
           Gets and sets the current user.
ThreadedCommentAuthorget(int)
           Gets the person who create threaded comments.
ThreadedCommentAuthorget(java.lang.String)
           Gets the person who create threaded comments.
 
Method Summary
intadd(java.lang.Object value)→ inherited from com.aspose.cells.CollectionBase
          Reserved for internal use.
intadd(java.lang.String name, java.lang.String userId, java.lang.String providerId)
           Adds one thread comment person.
voidclear()→ inherited from com.aspose.cells.CollectionBase
          
booleancontains(java.lang.Object value)→ inherited from com.aspose.cells.CollectionBase
          Reserved for internal use.
intindexOf(ThreadedCommentAuthor author)
           Gets the index of ThreadedCommentAuthor object
intindexOf(java.lang.Object value)→ inherited from com.aspose.cells.CollectionBase
          Reserved for internal use.
java.util.Iteratoriterator()→ inherited from com.aspose.cells.CollectionBase
          
voidremoveAt(int index)→ inherited from com.aspose.cells.CollectionBase
          
 

Constructor Detail

ThreadedCommentAuthorCollection

public ThreadedCommentAuthorCollection()

Property Getters/Setters Detail

getCurrentPerson/setCurrentPerson

public ThreadedCommentAuthor getCurrentPerson() / public void setCurrentPerson(ThreadedCommentAuthor value)
Gets and sets the current user.

setCurrentPerson

public void setCurrentPerson(ThreadedCommentAuthor value)
Gets and sets the current user.

getCount

→ inherited from com.aspose.cells.CollectionBase
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 name of the author.
Returns:

Method Detail

indexOf

public int indexOf(ThreadedCommentAuthor author)
Gets the index of ThreadedCommentAuthor object
Parameters:
author - The ThreadedCommentAuthor object
Returns:
The index in the ThreadedCommentAuthor collection

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

→ inherited from com.aspose.cells.CollectionBase
public void clear()

removeAt

→ inherited from com.aspose.cells.CollectionBase
public void removeAt(int index)

iterator

→ inherited from com.aspose.cells.CollectionBase
public java.util.Iterator iterator()

contains

→ inherited from com.aspose.cells.CollectionBase
public boolean contains(java.lang.Object value)
Reserved for internal use.

add

→ inherited from com.aspose.cells.CollectionBase
public int add(java.lang.Object value)
Reserved for internal use.

indexOf

→ inherited from com.aspose.cells.CollectionBase
public int indexOf(java.lang.Object value)
Reserved for internal use.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy