DocumentProperties

DocumentProperties

Tổng quan

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

NameTypeAccessDescription
DocumentPropertiesDocumentPropertiesReadNhận tài liệu thuộc tính.
CoreDocumentPropertiesCoreDocumentPropertiesReadNhận được tài liệu bản chất cơ bản.
ExtendedDocumentPropertiesExtendedDocumentPropertiesReadNhận tài sản tài liệu mở rộng.

Phương pháp

SignatureDescription
DocumentProperties()DocumentPropertiesHãy gọi DocumentProperties trên trường hợp này DocumentProperties.
DocumentProperties()DocumentProperties
CoreDocumentProperties()CoreDocumentPropertiesGửi cái core.
CoreDocumentProperties()CoreDocumentPropertiesHãy gọi CoreDocumentProperties trên trường hợp này DocumentProperties.
ExtendedDocumentProperties()ExtendedDocumentPropertiesNhận được phần mở rộng.
ExtendedDocumentProperties()ExtendedDocumentPropertiesHãy gọi ExtendedDocumentProperties trên trường hợp này DocumentProperties.
DocumentProperties()
DocumentProperties()
GetCore()CoreDocumentPropertiesGửi cái core.
GetCore()CoreDocumentPropertiesTrở lại bản gốc.
GetExtended()ExtendedDocumentPropertiesNhận được phần mở rộng.
GetExtended()ExtendedDocumentPropertiesTrở lại phần mở rộng.
GetTitle()std::stringNhận hoặc đặt tiêu đề.
SetTitle(value: std::string)Đặt giá trị tiêu đề.
GetSubject()std::stringNhận hoặc đặt chủ đề.
SetSubject(value: std::string)Đặt giá trị chủ đề.
GetAuthor()std::stringNhận hoặc đặt tác giả.
SetAuthor(value: std::string)Đặt giá trị của tác giả.
GetKeywords()std::stringNhận hoặc đặt các từ khóa.
SetKeywords(value: std::string)Đặt giá trị từ khóa.
GetComments()std::stringNhận hoặc đặt bình luận.
SetComments(value: std::string)Đặt giá trị của bình luận.
GetCategory()std::stringNhận hoặc đặt thể loại.
SetCategory(value: std::string)Đặt giá trị của Category.
GetCompany()std::stringNhận hoặc đặt công ty.
SetCompany(value: std::string)Đặt giá trị của công ty.
GetManager()std::stringGửi hoặc đặt quản lý.
SetManager(value: std::string)Đặt giá trị của quản lý.

Xem thêm

 Tiếng Việt