PackagePartDescriptor
Overview
PackagePartDescriptor is a class in Aspose.Cells FOSS for Java.
Represents a descriptor for a package part in the XLSX package.
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. |