com.aspose.cells.ThreadedCommentAuthorCollection.html Maven / Gradle / Ivy
ThreadedCommentAuthorCollection
com.aspose.cells
Class ThreadedCommentAuthorCollection
java.lang.Object
CollectionBase
com.aspose.cells.ThreadedCommentAuthorCollection
- All Implemented Interfaces:
- java.lang.Iterable
public class ThreadedCommentAuthorCollection
- extends CollectionBase
Constructor Summary |
---|
ThreadedCommentAuthorCollection()
|
Property Getters/Setters Summary | ||
---|---|---|
int | getCount() | → inherited from com.aspose.cells.CollectionBase
|
ThreadedCommentAuthor | getCurrentPerson() | |
void | setCurrentPerson(ThreadedCommentAuthor) | |
Gets and sets the current user. | ||
ThreadedCommentAuthor | get(int) | |
Gets the person who create threaded comments. | ||
ThreadedCommentAuthor | get(java.lang.String) | |
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(ThreadedCommentAuthor author) | |
Gets the index of ThreadedCommentAuthor object | ||
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 |
---|
ThreadedCommentAuthorCollection
public ThreadedCommentAuthorCollection()
Property Getters/Setters Detail |
---|
getCurrentPerson/setCurrentPerson | |
public ThreadedCommentAuthor getCurrentPerson() / 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.