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

 ภาษาไทย