PackageModel
Overview
PackageModel 是一个类在Java的FOSS中.
代表一个包 (例如XLSX文件结构) 的模型,其中包含部分,关系和不支持的部分.
这个类提供了3种方法,用于在Java程序中使用PackageModel 对象. 有的方法包括: getParts, getRelationships, getUnsupportedParts. 所有导出成员都可访问任何Java应用程序,在安装了Aspose.Cells FOSS for Java包后. 特性: parts, relationships, unsupportedParts.
Description
PackageModel 是一个类在Java的Aspose.Cells FOSS库中,它暴露了3个方法和3种属性用于编程.
核心能力包括: list<packagepartdescriptor>; list<relationshipdescriptor>; map<string, byte[]>.这些操作使开发人员能够直接将包模型功能集成到Java应用中.
课程还提供了 parts 财产 (返回部分), relationships 财产 (返回关系), unsupportedParts 属性 (返回没有支持的部分).
Properties
| Name | Type | Access | Description |
|---|---|---|---|
parts | List<PackagePartDescriptor> | Read | 返回零件. |
relationships | List<RelationshipDescriptor> | Read | 恢复了关系. |
unsupportedParts | Map<String, byte[]> | Read | 返回没有支持的部分. |
Methods
| Signature | Description |
|---|---|
getParts() → List<PackagePartDescriptor> | 返回零件. |
getRelationships() → List<RelationshipDescriptor> | 恢复了关系. |
getUnsupportedParts() → Map<String, byte[]> | 返回没有支持的部分. |