java.lang.ObjectCollectionBase
com.aspose.cells.ThreadedCommentAuthorCollection
public class ThreadedCommentAuthorCollection
| Constructor Summary |
|---|
ThreadedCommentAuthorCollection()
|
| Property Getters/Setters Summary | ||
|---|---|---|
int | getCount() | → inherited from com.aspose.cells.CollectionBase
|
ThreadedCommentAuthor | getCurrentPerson() | |
void | setCurrentPerson(ThreadedCommentAuthor value) | |
| Gets and sets the current user. | ||
ThreadedCommentAuthor | get(int index) | |
| Gets the person who create threaded comments. | ||
ThreadedCommentAuthor | get(java.lang.String name) | |
| Gets the person who create threaded comments. | ||
| Method Summary | ||
|---|---|---|
int | add(java.lang.Object value) | → inherited from com.aspose.cells.CollectionBase
|
| Reserved for internal use. | ||
int | add(java.lang.String name, java.lang.String userId, java.lang.String providerId) | |
| Adds one thread comment person. | ||
void | clear() | → inherited from com.aspose.cells.CollectionBase
|
boolean | contains(java.lang.Object value) | → inherited from com.aspose.cells.CollectionBase
|
| Reserved for internal use. | ||
int | indexOf(java.lang.Object value) | → inherited from com.aspose.cells.CollectionBase
|
| Reserved for internal use. | ||
java.util.Iterator | iterator() | → inherited from com.aspose.cells.CollectionBase
|
void | removeAt(int index) | → inherited from com.aspose.cells.CollectionBase
|
| Constructor Detail |
|---|
public ThreadedCommentAuthorCollection()
| Property Getters/Setters Detail |
|---|
getCurrentPerson/setCurrentPerson | |
public ThreadedCommentAuthor getCurrentPerson() / public void setCurrentPerson(ThreadedCommentAuthor value) | |
getCount | → inherited from com.aspose.cells.CollectionBase
|
public int getCount() | |
get | |
public ThreadedCommentAuthor get(int index) | |
index - The indexget | |
public ThreadedCommentAuthor get(java.lang.String name) | |
name - The index| Method Detail |
|---|
add | |
public int add(java.lang.String name, java.lang.String userId, java.lang.String providerId) | |
name - The name of the person.userId - providerId - The id of the providerclear | → 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) | |
add | → inherited from com.aspose.cells.CollectionBase
|
public int add(java.lang.Object value) | |
indexOf | → inherited from com.aspose.cells.CollectionBase
|
public int indexOf(java.lang.Object value) | |