PackagePartDescriptor
Overview
PackagePartDescriptor is a class in Aspose.Cells FOSS for Java.
Represents a descriptor for a package part in the XLSX package.
This class provides 6 methods for working with PackagePartDescriptor objects in Java programs.
Available methods include: getCategory, getContentType, getPartUri, setCategory, setContentType, setPartUri.
All exported members are accessible to any Java application after installing the Aspose.Cells FOSS for Java package.
Properties: category, contentType, partUri.
Description
PackagePartDescriptor is a class in the Aspose.Cells FOSS library for Java that exposes 6 methods and 3 properties for programmatic use.
Core capabilities include: string; string; string. These operations enable developers to integrate packagepartdescriptor functionality directly into Java applications.
The class also provides the partUri property (returns the part uri), the contentType property (returns the content type), the category property (returns the category).
Properties
| Name | Type | Access | Description |
|---|---|---|---|
partUri | String | Read | Returns the part uri. |
contentType | String | Read | Returns the content type. |
category | String | Read | Returns the category. |
Methods
| Signature | Description |
|---|---|
getPartUri() → String | Returns the part uri. |
setPartUri(partUri: String) | Sets the part uri. |
getContentType() → String | Returns the content type. |
setContentType(contentType: String) | Sets the content type. |
getCategory() → String | Returns the category. |
setCategory(category: String) | Sets the category. |