PackageModel
Overview
PackageModel is a class in Aspose.Cells FOSS for Java.
Represents the model of a package (e.g., XLSX file structure) with parts, relationships, and unsupported parts.
This class provides 3 methods for working with PackageModel objects in Java programs.
Available methods include: getParts, getRelationships, getUnsupportedParts.
All exported members are accessible to any Java application after installing the Aspose.Cells FOSS for Java package.
Properties: parts, relationships, unsupportedParts.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
parts | List<PackagePartDescriptor> | Read | Returns the parts. |
relationships | List<RelationshipDescriptor> | Read | Returns the relationships. |
unsupportedParts | Map<String, byte[]> | Read | Returns the unsupported parts. |
Methods
| Signature | Description |
|---|---|
getParts() → List<PackagePartDescriptor> | Returns the parts. |
getRelationships() → List<RelationshipDescriptor> | Returns the relationships. |
getUnsupportedParts() → Map<String, byte[]> | Returns the unsupported parts. |