CoreDocumentPropertiesModel

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

SignatureDescription
GetTitle()std::stringGets or sets the title.
SetTitle(value: std::string)Sets the title value.
GetSubject()std::stringGets or sets the subject.
SetSubject(value: std::string)Sets the subject value.
GetCreator()std::stringGets or sets the creator.
SetCreator(value: std::string)Sets the creator value.
GetKeywords()std::stringGets or sets the keywords.
SetKeywords(value: std::string)Sets the keywords value.
GetDescription()std::stringGets or sets the description.
SetDescription(value: std::string)Sets the description value.
GetLastModifiedBy()std::stringGets or sets the last modified by.
SetLastModifiedBy(value: std::string)Sets the last modified by value.
GetRevision()std::stringGets or sets the revision.
SetRevision(value: std::string)Sets the revision value.
GetCategory()std::stringGets or sets the category.
SetCategory(value: std::string)Sets the category value.
GetContentStatus()std::stringGets 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()boolPerforms has stored state. true if the condition is met; otherwise, false.

See Also

 English