public class ThreadedCommentAuthorCollection extends CollectionBase
| Constructor and Description |
|---|
ThreadedCommentAuthorCollection() |
| Modifier and Type | Method and Description |
|---|---|
int |
add(java.lang.String name,
java.lang.String userId,
java.lang.String providerId)
Adds one thread comment person.
|
ThreadedCommentAuthor |
get(int index)
Gets the person who create threaded comments.
|
ThreadedCommentAuthor |
get(java.lang.String name)
Gets the person who create threaded comments.
|
ThreadedCommentAuthor |
getCurrentPerson()
Gets the current user.
|
int |
indexOf(ThreadedCommentAuthor author)
Gets the index of ThreadedCommentAuthor object
|
void |
setCurrentPerson(ThreadedCommentAuthor value)
Sets the current user.
|
public ThreadedCommentAuthor getCurrentPerson()
public void setCurrentPerson(ThreadedCommentAuthor value)
public int indexOf(ThreadedCommentAuthor author)
author - The ThreadedCommentAuthor objectpublic ThreadedCommentAuthor get(int index)
get in class CollectionBaseindex - The indexpublic ThreadedCommentAuthor get(java.lang.String name)
name - The name of the author.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 providerSee Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.
We guarantee a prompt response to any inquiry!
© Aspose Pty Ltd 2003-2025. All Rights Reserved.