Aspose::Cells::ThreadedCommentAuthor class

ThreadedCommentAuthor class

Represents the person who creates the threaded comments;.

class ThreadedCommentAuthor

Methods

MethodDescription
GetName()Gets and sets the name.
GetProviderId()Gets the id of the provider.
GetUserId()Gets and sets the id of the user.
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const ThreadedCommentAuthor& src)operator=
SetName(const U16String& value)Gets and sets the name.
SetName(const char16_t* value)Gets and sets the name.
SetProviderId(const U16String& value)Gets the id of the provider.
SetProviderId(const char16_t* value)Gets the id of the provider.
SetUserId(const U16String& value)Gets and sets the id of the user.
SetUserId(const char16_t* value)Gets and sets the id of the user.
ThreadedCommentAuthor(ThreadedCommentAuthor_Impl* impl)Constructs from an implementation object.
ThreadedCommentAuthor(const ThreadedCommentAuthor& src)Copy constructor.
~ThreadedCommentAuthor()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also