Aspose::Cells::ThreadedCommentAuthor class
Contents
[
Hide
]ThreadedCommentAuthor class
Represents the person who creates the threaded comments;.
class ThreadedCommentAuthor
Methods
Method | Description |
---|---|
GetName() | Gets and sets the name. |
GetProviderId() | Gets the id of the provider. |
GetUserId() | Gets and sets the id of the user. |
IsNull() const | Checks whether the implementation object is nullptr. |
explicit operator bool() const | operator 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
Field | Description |
---|---|
_impl | The implementation object. |
See Also
- Namespace Aspose::Cells
- Library Aspose.Cells for C++