DocumentProperties

DocumentProperties

Overview

DocumentProperties є класом в Aspose.Cells FOSS для C++.

Представляє властивості документів.

Цей клас надає 28 методів для роботи з об’єктами DocumentProperties в програмах C++. Доступні методи включають: CoreDocumentProperties, DocumentProperties, ExtendedDocumentProperties, GetAuthor, GetCategory, GetComments, GetCompany, GetCore, GetExtended, GetKeywords, GetManager, GetSubject, і 9 додаткових методів. Всі публічні члени доступні будь-якім додаткам C++ після встановлення пакету Aspose.Cells FOSS для C++. Методи приєднання: CoreDocumentProperties, DocumentProperties, ExtendedDocumentProperties.

Методи приєднання

NameTypeAccessDescription
DocumentPropertiesDocumentPropertiesReadОтримає властивості документу.
CoreDocumentPropertiesCoreDocumentPropertiesReadОтримає властивості основних документів.
ExtendedDocumentPropertiesExtendedDocumentPropertiesReadОтримає розширені властивості документу.

Methods

SignatureDescription
DocumentProperties()DocumentPropertiesПокликає DocumentProperties на цьому прикладі DocumentProperties.
DocumentProperties()DocumentProperties
CoreDocumentProperties()CoreDocumentPropertiesВін отримує ядро.
CoreDocumentProperties()CoreDocumentPropertiesПокликає CoreDocumentProperties на цьому прикладі DocumentProperties.
ExtendedDocumentProperties()ExtendedDocumentPropertiesПодовжується.
ExtendedDocumentProperties()ExtendedDocumentPropertiesПокликає ExtendedDocumentProperties на цьому прикладі DocumentProperties.
DocumentProperties()
DocumentProperties()
GetCore()CoreDocumentPropertiesВін отримує ядро.
GetCore()CoreDocumentPropertiesПовертає ядро.
GetExtended()ExtendedDocumentPropertiesПодовжується.
GetExtended()ExtendedDocumentPropertiesПовертає розширені.
GetTitle()std::stringОбирає або встановлює титул.
SetTitle(value: std::string)Налаштовує значення титулу.
GetSubject()std::stringПоймає або встановлює суб’єкту.
SetSubject(value: std::string)Налаштовує значення суб’єкта.
GetAuthor()std::stringОбирає або встановлює автора.
SetAuthor(value: std::string)Налаштовує значення автора.
GetKeywords()std::stringОбирає або встановлює ключові слова.
SetKeywords(value: std::string)Налаштовує значення ключових слів.
GetComments()std::stringОбирає або встановлює коментарі.
SetComments(value: std::string)Налаштовує значення коментарів.
GetCategory()std::stringОбирає або встановлює категорію.
SetCategory(value: std::string)Налаштовує значення категорії.
GetCompany()std::stringЗаховує або встановлює компанію.
SetCompany(value: std::string)Визначає вартість компанії.
GetManager()std::stringЗаховує або встановлює менеджера.
SetManager(value: std::string)Налаштовує значення менеджера.

See Also

 Українська