PackagePartDescriptor
PackagePartDescriptor
Overview
PackagePartDescriptor 是 C++ 的 FOSS 中的 Aspose.Cells 类.
表示包装部分描述符.
本类提供了9种方法,用于在C++程序中与PackagePartDescriptor对象工作. 有的方法包括: GetCategory, GetContentType, GetPartUri, SetCategory, SetContentType, SetPartUri. 在安装了Aspose.Cells FOSS for C++ 包后,所有公众成员都可以访问任何C ++应用程序.
Methods
| Signature | Description |
|---|---|
GetPartUri() → std::string | 得到或设置部分 uri. |
SetPartUri(value: std::string) | 设置了部分 uri 的值. |
SetPartUri(value: std::string) | 设置了部分 uri 的值. |
GetContentType() → std::string | 获取或设置内容类型. |
SetContentType(value: std::string) | 设置内容类型值. |
SetContentType(value: std::string) | 设置内容类型值. |
GetCategory() → std::string | 获得或设置类别. |
SetCategory(value: std::string) | 设置类别值. |
SetCategory(value: std::string) | 设置类别值. |