ComplexTypeBase 类

Summary: Represents base abstraction for XMP Complex value type.

Module: aspose.imaging.xmp.types.complex

Full Name: aspose.imaging.xmp.types.complex.ComplexTypeBase

Inheritance: IXmpType, XmpTypeBase

Constructors

Name描述
ComplexTypeBase(prefix, namespace_uri)初始化 ComplexTypeBase 类的新实例。

Properties

NameTypeAccess描述
namespace_uristringr获取默认命名空间 URI。
prefixstringr获取前缀。

Methods

Name描述
clone()克隆此实例。
get_xmp_representation()获取 XMP 格式中包含的字符串值。

Constructor: ComplexTypeBase(prefix, namespace_uri)

 ComplexTypeBase(prefix, namespace_uri) 

初始化 ComplexTypeBase 类的新实例。

Parameters:

参数TypeDescription
prefixstring前缀。
namespace_uristring命名空间 URI。

Method: clone()

 clone() 

克隆此实例。

Returns

TypeDescription
System.Object成员逐个克隆。

Method: get_xmp_representation()

 get_xmp_representation() 

获取 XMP 格式中包含的字符串值。

Returns

TypeDescription
string返回 XMP 格式中包含的字符串值。