PackageModel

PackageModel

概述

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

代表包装模型.

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

方法

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

查看更多

 中文