PackagePartDescriptor

PackagePartDescriptor

Overview

PackagePartDescriptor เป็นคลาสใน Aspose.Cells FOSS สําหรับ C++.

แสดงถึงตัวอธิบายส่วนของแพ็คเกจ.

หมวดนี้ให้ 9 วิธีในการทํางานกับวัตถุ PackagePartDescriptor ในโปรแกรม C++. วิธีการที่ใช้ได้แก่: GetCategory, GetContentType, GetPartUri, SetCategory, SetContentType, SetPartUri. สมาชิกสาธารณะทุกคนสามารถเข้าถึงการใช้งาน C++ ใดก็ได้หลังจากติดตั้งแพ็คเกจ Aspose.Cells FOSS for C++.

Methods

SignatureDescription
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)กําหนดค่าหมวดหมู่.

See Also

 ภาษาไทย