Aspose::Cells::ThreadedCommentAuthorCollection class

ThreadedCommentAuthorCollection class

Represents all persons who .

class ThreadedCommentAuthorCollection

Methods

MethodDescription
Add(const U16String& name, const U16String& userId, const U16String& providerId)Adds one thread comment person.
Add(const char16_t* name, const char16_t* userId, const char16_t* providerId)Adds one thread comment person.
Get(int32_t index)Gets the person who create threaded comments.
Get(const U16String& name)Gets the person who create threaded comments.
Get(const char16_t* name)Gets the person who create threaded comments.
GetCount()
GetCurrentPerson()Gets and sets the current user.
IndexOf(const ThreadedCommentAuthor& author)Gets the index of ThreadedCommentAuthor object.
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const ThreadedCommentAuthorCollection& src)operator=
SetCurrentPerson(const ThreadedCommentAuthor& value)Gets and sets the current user.
ThreadedCommentAuthorCollection()Default constructor.
ThreadedCommentAuthorCollection(ThreadedCommentAuthorCollection_Impl* impl)Constructs from an implementation object.
ThreadedCommentAuthorCollection(const ThreadedCommentAuthorCollection& src)Copy constructor.
~ThreadedCommentAuthorCollection()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also