PackagePartDescriptor

PackagePartDescriptor

Overview

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

Represents a descriptor for a package part in the XLSX package.

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.