DocumentProperties
Overview
DocumentProperties là một lớp trong Aspose.Cells FOSS cho C++.
- Tạo tài liệu thuộc tính.
Khóa học này cung cấp 28 phương pháp để làm việc với các đối tượng DocumentProperties trong các chương trình C++. Các phương pháp có sẵn bao gồm: CoreDocumentProperties, DocumentProperties, ExtendedDocumentProperties, GetAuthor, GetCategory, GetComments, GetCompany, GetCore, GetExtended, GetKeywords, GetManager, GetSubject,9 phương pháp bổ sung. Tất cả các thành viên công cộng đều có thể truy cập vào bất kỳ ứng dụng C++ nào sau khi cài đặt Aspose.Cells FOSS cho gói C ++. Phương pháp Accessor: CoreDocumentProperties, DocumentProperties, ExtendedDocumentProperties.
Phương pháp Accessor
| Name | Type | Access | Description |
|---|---|---|---|
DocumentProperties | DocumentProperties | Read | Nhận tài liệu thuộc tính. |
CoreDocumentProperties | CoreDocumentProperties | Read | Nhận được tài liệu bản chất cơ bản. |
ExtendedDocumentProperties | ExtendedDocumentProperties | Read | Nhận tài sản tài liệu mở rộng. |
Methods
| Signature | Description |
|---|---|
DocumentProperties() → DocumentProperties | Hãy gọi DocumentProperties trên trường hợp này DocumentProperties. |
DocumentProperties() → DocumentProperties | |
CoreDocumentProperties() → CoreDocumentProperties | Gửi cái core. |
CoreDocumentProperties() → CoreDocumentProperties | Hãy gọi CoreDocumentProperties trên trường hợp này DocumentProperties. |
ExtendedDocumentProperties() → ExtendedDocumentProperties | Nhận được phần mở rộng. |
ExtendedDocumentProperties() → ExtendedDocumentProperties | Hãy gọi ExtendedDocumentProperties trên trường hợp này DocumentProperties. |
DocumentProperties() | |
DocumentProperties() | |
GetCore() → CoreDocumentProperties | Gửi cái core. |
GetCore() → CoreDocumentProperties | Trở lại bản gốc. |
GetExtended() → ExtendedDocumentProperties | Nhận được phần mở rộng. |
GetExtended() → ExtendedDocumentProperties | Trở lại phần mở rộng. |
GetTitle() → std::string | Nhận hoặc đặt tiêu đề. |
SetTitle(value: std::string) | Đặt giá trị tiêu đề. |
GetSubject() → std::string | Nhận hoặc đặt chủ đề. |
SetSubject(value: std::string) | Đặt giá trị chủ đề. |
GetAuthor() → std::string | Nhận hoặc đặt tác giả. |
SetAuthor(value: std::string) | Đặt giá trị của tác giả. |
GetKeywords() → std::string | Nhận hoặc đặt các từ khóa. |
SetKeywords(value: std::string) | Đặt giá trị từ khóa. |
GetComments() → std::string | Nhận hoặc đặt bình luận. |
SetComments(value: std::string) | Đặt giá trị của bình luận. |
GetCategory() → std::string | Nhận hoặc đặt thể loại. |
SetCategory(value: std::string) | Đặt giá trị của Category. |
GetCompany() → std::string | Nhận hoặc đặt công ty. |
SetCompany(value: std::string) | Đặt giá trị của công ty. |
GetManager() → std::string | Gửi hoặc đặt quản lý. |
SetManager(value: std::string) | Đặt giá trị của quản lý. |