PackageModel
Overview
PackageModel is a class in Aspose.Cells FOSS for C++.
Represents package model.
This class provides 6 methods for working with PackageModel objects in C++ programs.
Available methods include: GetParts, GetRelationships, GetUnsupportedParts.
All public members are accessible to any C++ application after installing the Aspose.Cells FOSS for C++ package.
Methods
| Signature | Description |
|---|---|
GetParts() → std::vector<PackagePartDescriptor> | Gets the list of package part descriptors (const). |
GetParts() → std::vector<PackagePartDescriptor> | Gets the list of package part descriptors (mutable). |
GetRelationships() → std::vector<RelationshipDescriptor> | Gets the list of relationship descriptors (const). |
GetRelationships() → std::vector<RelationshipDescriptor> | Gets the list of relationship descriptors (mutable). |
GetUnsupportedParts() → UnsupportedPartsMap | Gets the dictionary of unsupported parts with case-insensitive keys (const). |
GetUnsupportedParts() → UnsupportedPartsMap | Gets the dictionary of unsupported parts with case-insensitive keys (mutable). |