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.
Description
PackageModel is a class in the Aspose.Cells FOSS library for Java that exposes 3 methods and 3 properties for programmatic use.
Core capabilities include: list<packagepartdescriptor>; list<relationshipdescriptor>; map<string, byte[]>. These operations enable developers to integrate packagemodel functionality directly into Java applications.
The class also provides the parts property (returns the parts), the relationships property (returns the relationships), the unsupportedParts property (returns the unsupported parts).
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. |