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.

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