PackageLoadContext

PackageLoadContext

Overview

PackageLoadContext is a class in Aspose.Cells FOSS for Java.

Represents the context for loading a package.

This class provides 3 methods for working with PackageLoadContext objects in Java programs. Available methods include: PackageLoadContext, getPackage, getWorkbook. All exported members are accessible to any Java application after installing the Aspose.Cells FOSS for Java package. Properties: package, workbook.

Description

PackageLoadContext is a class in the Aspose.Cells FOSS library for Java that exposes 2 methods and 2 properties for programmatic use.

Core capabilities include: object; packagemodel. These operations enable developers to integrate packageloadcontext functionality directly into Java applications.

The class also provides the workbook property (returns the workbook), the package property (returns the package).

Instances are created through a single constructor that initializes the object with default values.

Properties

NameTypeAccessDescription
workbookObjectReadReturns the workbook.
packagePackageModelReadReturns the package.

Methods

SignatureDescription
PackageLoadContext(workbook: Object, model: PackageModel)Initializes a new PackageLoadContext instance.
getWorkbook()ObjectReturns the workbook.
getPackage()PackageModelReturns the package.

See Also

 English