PackageModel
Overview
PackageModel เป็นคลาสใน Aspose.Cells FOSS สําหรับ C++.
แสดงตัวอย่างของแพ็คเกจ.
หมวดนี้ให้ 6 วิธีในการทํางานกับวัตถุ PackageModel ในโปรแกรม C++. วิธีการที่ใช้ได้แก่: GetParts, GetRelationships, GetUnsupportedParts. สมาชิกสาธารณะทุกคนสามารถเข้าถึงการใช้งาน C++ ใดก็ได้หลังจากติดตั้งแพ็คเกจ Aspose.Cells FOSS for C++.
Methods
| Signature | Description |
|---|---|
GetParts() → std::vector<PackagePartDescriptor> | ได้รับรายการของตัวอธิบายส่วนแพ็คเกจ (const). |
GetParts() → std::vector<PackagePartDescriptor> | ได้รับรายการของตัวอธิบายส่วนแพ็คเกจ (เปลี่ยนได้). |
GetRelationships() → std::vector<RelationshipDescriptor> | ได้รายการของตัวอธิบายความสัมพันธ์ (const). |
GetRelationships() → std::vector<RelationshipDescriptor> | ได้รายการของตัวอธิบายความสัมพันธ์ (เปลี่ยนได้). |
GetUnsupportedParts() → UnsupportedPartsMap | ได้คําศัพท์ของส่วนที่ไม่สนับสนุนด้วยกุญแจที่มีความรู้สึกต่อตัวเล็ก (const). |
GetUnsupportedParts() → UnsupportedPartsMap | ได้คําศัพท์ของส่วนที่ไม่สนับสนุนกับกุญแจที่มีตัวเล็ก (เปลี่ยนได้). |