PackagePartDescriptor
Overview
PackagePartDescriptor เป็นคลาสใน Aspose.Cells FOSS สําหรับ C++.
แสดงถึงตัวอธิบายส่วนของแพ็คเกจ.
หมวดนี้ให้ 9 วิธีในการทํางานกับวัตถุ PackagePartDescriptor ในโปรแกรม C++. วิธีการที่ใช้ได้แก่: GetCategory, GetContentType, GetPartUri, SetCategory, SetContentType, SetPartUri. สมาชิกสาธารณะทุกคนสามารถเข้าถึงการใช้งาน C++ ใดก็ได้หลังจากติดตั้งแพ็คเกจ Aspose.Cells FOSS for C++.
Methods
| Signature | Description |
|---|---|
GetPartUri() → std::string | ได้หรือตั้งส่วน uri. |
SetPartUri(value: std::string) | กําหนดค่าของส่วน uri. |
SetPartUri(value: std::string) | กําหนดค่าของส่วน uri. |
GetContentType() → std::string | ได้รับหรือกําหนดชนิดของเนื้อหา. |
SetContentType(value: std::string) | กําหนดค่าประเภทเนื้อหา. |
SetContentType(value: std::string) | กําหนดค่าประเภทเนื้อหา. |
GetCategory() → std::string | ได้หรือกําหนดประเภท. |
SetCategory(value: std::string) | กําหนดค่าหมวดหมู่. |
SetCategory(value: std::string) | กําหนดค่าหมวดหมู่. |