ProjectLink 类
Summary: Represents path of the project.
Module: aspose.imaging.xmp.schemas.xmpdm
Full Name: aspose.imaging.xmp.schemas.xmpdm.ProjectLink
Inheritance: IXmpType, XmpTypeBase
Constructors
| Name | 描述 |
|---|---|
| ProjectLink() | 初始化 ProjectLink 类的新实例 |
Properties
| Name | Type | Access | 描述 |
|---|---|---|---|
| 路径 | string | r/w | 获取或设置项目的完整路径。 |
| type | ProjectType | r/w | 获取或设置文件类型。 |
Methods
| Name | 描述 |
|---|---|
| clone() | 克隆此实例。 |
| get_xmp_representation() | 返回 XMP 格式的字符串值。 |
Constructor: ProjectLink()
ProjectLink()
初始化 ProjectLink 类的新实例
Method: clone()
clone()
克隆此实例。
Returns
| Type | Description |
|---|---|
| System.Object | 成员逐个克隆。 |
Method: get_xmp_representation()
get_xmp_representation()
返回 XMP 格式的字符串值。
Returns
| Type | Description |
|---|---|
| string | 返回包含 XMP 表示的字符串。 |