XmpTypeBase

Inheritance: java.lang.Object

All Implemented Interfaces: com.aspose.imaging.xmp.types.IXmpType, com.aspose.ms.System.ICloneable, java.lang.Cloneable

public abstract class XmpTypeBase implements IXmpType, System.ICloneable, Cloneable

表示基本 XMP 类型的基类。

构造函数

构造函数描述
XmpTypeBase()

方法

方法描述
toString()获取此 XMP 数据的字符串表示。
deepClone()克隆此实例。

XmpTypeBase()

public XmpTypeBase()

toString()

public String toString()

获取此 XMP 数据的字符串表示。

Returns: java.lang.String - XMP 数据的字符串表示。

deepClone()

public Object deepClone()

克隆此实例。

Returns: java.lang.Object - 成员逐个克隆。