PackageModel

PackageModel

Overview

PackageModel 是 C++ 的 FOSS 中的 Aspose.Cells 类.

代表包装模型.

本类提供6种方法,用于在C++程序中与PackageModel对象工作. 有的方法包括: GetParts, GetRelationships, GetUnsupportedParts. 在安装了Aspose.Cells FOSS for C++ 包后,所有公众成员都可以访问任何C ++应用程序.

Methods

SignatureDescription
GetParts()std::vector<PackagePartDescriptor>获取包件描述符 (const) 的列表.
GetParts()std::vector<PackagePartDescriptor>获取包件描述符列表 (可变).
GetRelationships()std::vector<RelationshipDescriptor>得到关系描述符 (const) 的列表.
GetRelationships()std::vector<RelationshipDescriptor>得到关系描述符 (可变) 的列表.
GetUnsupportedParts()UnsupportedPartsMap得到了未支持的部分词典,并使用大小字母密钥 (const).
GetUnsupportedParts()UnsupportedPartsMap得到了未支持的部分词典,并使用不敏感字母键 (可变).

See Also

 中文