ResourceRef 类
Summary: Used to indicate prior versions, originals of renditions, originals for derived documents, and so on.
Module: aspose.imaging.xmp.types.complex.resourceref
Full Name: aspose.imaging.xmp.types.complex.resourceref.ResourceRef
Inheritance: IXmpType, ComplexTypeBase
Constructors
| Name | 描述 |
|---|---|
| ResourceRef() | 初始化 aspose.imaging.xmp.types.complex.dimensions 类的新实例。 |
Properties
| Name | Type | Access | 描述 |
|---|---|---|---|
| alternate_paths | string[] | r/w | 获取或设置备用路径数组。 |
| document_uri | string | r/w | 获取或设置文档 URI。 |
| file_path_uri | string | r/w | 获取或设置文件路径 URI。 |
| instance_id | string | r/w | 获取或设置实例标识符。 |
| namespace_uri | string | r | 获取默认命名空间 URI。 |
| prefix | string | r | 获取前缀。 |
Methods
| Name | 描述 |
|---|---|
| clone() | 克隆此实例。 |
| get_xmp_representation() | 获取 XMP 格式中包含的字符串值。 |
Constructor: ResourceRef()
ResourceRef()
初始化 aspose.imaging.xmp.types.complex.dimensions 类的新实例。
Method: clone()
clone()
克隆此实例。
Returns
| Type | Description |
|---|---|
| System.Object | 成员逐个克隆。 |
Method: get_xmp_representation()
get_xmp_representation()
获取 XMP 格式中包含的字符串值。
Returns
| Type | Description |
|---|---|
| string | 返回 XMP 格式中包含的字符串值。 |