CoreDocumentPropertiesModel
Overview
CoreDocumentPropertiesModel is a class in Aspose.Cells FOSS for C++.
Represents core document properties model.
This class provides 24 methods for working with CoreDocumentPropertiesModel objects in C++ programs.
Available methods include: CopyFrom, GetCategory, GetContentStatus, GetCreated, GetCreator, GetDescription, GetKeywords, GetLastModifiedBy, GetModified, GetRevision, GetSubject, GetTitle, and 12 additional methods.
All public members are accessible to any C++ application after installing the Aspose.Cells FOSS for C++ package.
Methods
| Signature | Description |
|---|---|
GetTitle() → std::string | Gets or sets the title. |
SetTitle(value: std::string) | Sets the title value. |
GetSubject() → std::string | Gets or sets the subject. |
SetSubject(value: std::string) | Sets the subject value. |
GetCreator() → std::string | Gets or sets the creator. |
SetCreator(value: std::string) | Sets the creator value. |
GetKeywords() → std::string | Gets or sets the keywords. |
SetKeywords(value: std::string) | Sets the keywords value. |
GetDescription() → std::string | Gets or sets the description. |
SetDescription(value: std::string) | Sets the description value. |
GetLastModifiedBy() → std::string | Gets or sets the last modified by. |
SetLastModifiedBy(value: std::string) | Sets the last modified by value. |
GetRevision() → std::string | Gets or sets the revision. |
SetRevision(value: std::string) | Sets the revision value. |
GetCategory() → std::string | Gets or sets the category. |
SetCategory(value: std::string) | Sets the category value. |
GetContentStatus() → std::string | Gets or sets the content status. |
SetContentStatus(value: std::string) | Sets the content status value. |
GetCreated() → std::optional<DateTime> | Gets or sets the created. |
SetCreated(value: std::optional<DateTime>) | Sets the created value. |
GetModified() → std::optional<DateTime> | Gets or sets the modified. |
SetModified(value: std::optional<DateTime>) | Sets the modified value. |
CopyFrom(source: CoreDocumentPropertiesModel) | Copies values from the specified source. The source. |
HasStoredState() → bool | Performs has stored state. true if the condition is met; otherwise, false. |