DocumentProperties

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

NameTypeAccessDescription
DocumentPropertiesDocumentPropertiesReadGets the document properties.
CoreDocumentPropertiesCoreDocumentPropertiesReadGets the core document properties.
ExtendedDocumentPropertiesExtendedDocumentPropertiesReadGets the extended document properties.

Methods

SignatureDescription
DocumentProperties()DocumentPropertiesCalls DocumentProperties on this DocumentProperties instance.
DocumentProperties()DocumentProperties
CoreDocumentProperties()CoreDocumentPropertiesGets the core.
CoreDocumentProperties()CoreDocumentPropertiesCalls CoreDocumentProperties on this DocumentProperties instance.
ExtendedDocumentProperties()ExtendedDocumentPropertiesGets the extended.
ExtendedDocumentProperties()ExtendedDocumentPropertiesCalls ExtendedDocumentProperties on this DocumentProperties instance.
DocumentProperties()
DocumentProperties()
GetCore()CoreDocumentPropertiesGets the core.
GetCore()CoreDocumentPropertiesReturns the core.
GetExtended()ExtendedDocumentPropertiesGets the extended.
GetExtended()ExtendedDocumentPropertiesReturns the extended.
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.
GetAuthor()std::stringGets or sets the author.
SetAuthor(value: std::string)Sets the author value.
GetKeywords()std::stringGets or sets the keywords.
SetKeywords(value: std::string)Sets the keywords value.
GetComments()std::stringGets or sets the comments.
SetComments(value: std::string)Sets the comments value.
GetCategory()std::stringGets or sets the category.
SetCategory(value: std::string)Sets the category value.
GetCompany()std::stringGets or sets the company.
SetCompany(value: std::string)Sets the company value.
GetManager()std::stringGets or sets the manager.
SetManager(value: std::string)Sets the manager value.

See Also

 English