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.
Методы аксессора
| Name | Type | Access | Description |
|---|---|---|---|
DocumentProperties | DocumentProperties | Read | Получивает свойства документа. |
CoreDocumentProperties | CoreDocumentProperties | Read | Получивает основные свойства документа. |
ExtendedDocumentProperties | ExtendedDocumentProperties | Read | Получивает расширенные свойства документа. |
Methods
| Signature | Description |
|---|---|
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) | Устанавливает значение менеджера. |