PackagePartDescriptor

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

NameTypeAccessDescription
partUriStringReadReturns the part uri.
contentTypeStringReadReturns the content type.
categoryStringReadReturns the category.

Methods

SignatureDescription
getPartUri()StringReturns the part uri.
setPartUri(partUri: String)Sets the part uri.
getContentType()StringReturns the content type.
setContentType(contentType: String)Sets the content type.
getCategory()StringReturns the category.
setCategory(category: String)Sets the category.

See Also

 English