DocumentProperties

DocumentProperties

Обзор

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 for C++. Методы аксессора: CoreDocumentProperties, DocumentProperties, ExtendedDocumentProperties.

Методы аксессора

Наименование:Тип:AccessОписание:
DocumentPropertiesDocumentPropertiesЧитайте .Получает свойства документа.
CoreDocumentPropertiesCoreDocumentPropertiesЧитайте .Получает основные свойства документа.
ExtendedDocumentPropertiesExtendedDocumentPropertiesЧитайте .Получает расширенные свойства документа.

Методы

SignatureОписание:
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)Устанавливает значение subject.
GetAuthor()std::stringПолучает или задает автора.
SetAuthor(value: std::string)Устанавливает значение автора.
GetKeywords()std::stringПолучает или задает ключевые слова.
SetKeywords(value: std::string)Устанавливает значение keywords.
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)Устанавливает значение менеджера.

См. также:

 Русский