RelationshipDescriptor
RelationshipDescriptor
Overview
RelationshipDescriptor 是 C++ 的 FOSS 中的 Aspose.Cells 类.
代表关系描述符.
本类提供了11种方法,用于在C++程序中与RelationshipDescriptor对象工作. 有的方法包括: GetId, GetIsExternal, GetTarget, GetType, SetId, SetIsExternal, SetTarget, SetType. 在安装了Aspose.Cells FOSS for C++ 包后,所有公众成员都可以访问任何C ++应用程序.
Methods
| Signature | Description |
|---|---|
GetId() → std::string | 得到或设置身份. |
SetId(value: std::string) | 设置 id 的值. |
SetId(value: std::string) | 设置 id 的值. |
GetType() → std::string | 得到或设置类型. |
SetType(value: std::string) | 设置类型值. |
SetType(value: std::string) | 设置类型值. |
GetTarget() → std::string | 获取或设置目标. |
SetTarget(value: std::string) | 设置目标值. |
SetTarget(value: std::string) | 设置目标值. |
GetIsExternal() → bool | 获取或设置一个值,表示是否是外部的. |
SetIsExternal(value: bool) | 设置外部值. |