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 for 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

 Русский