DocumentProperties
Overview
DocumentProperties is a class in Aspose.Cells FOSS for C++.
Represents document properties.
This class provides 28 methods for working with DocumentProperties objects in C++ programs.
Available methods include: CoreDocumentProperties, DocumentProperties, ExtendedDocumentProperties, GetAuthor, GetCategory, GetComments, GetCompany, GetCore, GetExtended, GetKeywords, GetManager, GetSubject, and 9 additional methods.
All public members are accessible to any C++ application after installing the Aspose.Cells FOSS for C++ package.
Accessor methods: CoreDocumentProperties, DocumentProperties, ExtendedDocumentProperties.
Accessor Methods
| Name | Type | Access | Description |
|---|---|---|---|
DocumentProperties | DocumentProperties | Read | Gets the document properties. |
CoreDocumentProperties | CoreDocumentProperties | Read | Gets the core document properties. |
ExtendedDocumentProperties | ExtendedDocumentProperties | Read | Gets the extended document properties. |
Methods
| Signature | Description |
|---|---|
DocumentProperties() → DocumentProperties | Calls DocumentProperties on this DocumentProperties instance. |
DocumentProperties() → DocumentProperties | |
CoreDocumentProperties() → CoreDocumentProperties | Gets the core. |
CoreDocumentProperties() → CoreDocumentProperties | Calls CoreDocumentProperties on this DocumentProperties instance. |
ExtendedDocumentProperties() → ExtendedDocumentProperties | Gets the extended. |
ExtendedDocumentProperties() → ExtendedDocumentProperties | Calls ExtendedDocumentProperties on this DocumentProperties instance. |
DocumentProperties() | |
DocumentProperties() | |
GetCore() → CoreDocumentProperties | Gets the core. |
GetCore() → CoreDocumentProperties | Returns the core. |
GetExtended() → ExtendedDocumentProperties | Gets the extended. |
GetExtended() → ExtendedDocumentProperties | Returns the extended. |
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. |
GetAuthor() → std::string | Gets or sets the author. |
SetAuthor(value: std::string) | Sets the author value. |
GetKeywords() → std::string | Gets or sets the keywords. |
SetKeywords(value: std::string) | Sets the keywords value. |
GetComments() → std::string | Gets or sets the comments. |
SetComments(value: std::string) | Sets the comments value. |
GetCategory() → std::string | Gets or sets the category. |
SetCategory(value: std::string) | Sets the category value. |
GetCompany() → std::string | Gets or sets the company. |
SetCompany(value: std::string) | Sets the company value. |
GetManager() → std::string | Gets or sets the manager. |
SetManager(value: std::string) | Sets the manager value. |