ExtendedDocumentProperties

ExtendedDocumentProperties

Overview

ExtendedDocumentProperties is a class in Aspose.Cells FOSS for C++.

Represents extended document properties.

This class provides 20 methods for working with ExtendedDocumentProperties objects in C++ programs. Available methods include: GetAppVersion, GetApplication, GetCompany, GetDocSecurity, GetHyperlinkBase, GetLinksUpToDate, GetManager, GetModel, GetScaleCrop, GetSharedDoc, SetAppVersion, SetApplication, and 7 additional methods. All public members are accessible to any C++ application after installing the Aspose.Cells FOSS for C++ package.

Methods

SignatureDescription
GetApplication()std::stringGets or sets the application.
SetApplication(value: std::string)Sets the application value.
GetAppVersion()std::stringGets or sets the app version.
SetAppVersion(value: std::string)Sets the app version 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.
GetDocSecurity()intGets or sets the doc security.
SetDocSecurity(value: int)Sets the doc security value.
GetHyperlinkBase()std::stringGets or sets the hyperlink base.
SetHyperlinkBase(value: std::string)Sets the hyperlink base value.
GetScaleCrop()boolGets or sets a value indicating whether scale crop.
SetScaleCrop(value: bool)Sets the scale crop value.
GetLinksUpToDate()boolGets or sets a value indicating whether links up to date.
SetLinksUpToDate(value: bool)Sets the links up to date value.
GetSharedDoc()boolGets or sets a value indicating whether shared doc.
SetSharedDoc(value: bool)Sets the shared doc value.
GetModel()Core::ExtendedDocumentPropertiesModelReturns the model.
GetModel()Core::ExtendedDocumentPropertiesModelReturns the model.

See Also

 English