PackagePartDescriptor

PackagePartDescriptor

Overview

PackagePartDescriptor is a class in Aspose.Cells FOSS for C++.

Represents package part descriptor.

This class provides 9 methods for working with PackagePartDescriptor objects in C++ programs. Available methods include: GetCategory, GetContentType, GetPartUri, SetCategory, SetContentType, SetPartUri. All public members are accessible to any C++ application after installing the Aspose.Cells FOSS for C++ package.

Methods

SignatureDescription
GetPartUri()std::stringGets or sets the part uri.
SetPartUri(value: std::string)Sets the part uri value.
SetPartUri(value: std::string)Sets the part uri value.
GetContentType()std::stringGets or sets the content type.
SetContentType(value: std::string)Sets the content type value.
SetContentType(value: std::string)Sets the content type value.
GetCategory()std::stringGets or sets the category.
SetCategory(value: std::string)Sets the category value.
SetCategory(value: std::string)Sets the category value.

See Also

 English