Class XmpTypeBase

Class XmpTypeBase

名称: Aspose.Imaging.Xmp.Types 收藏: Aspose.Imaging.dll (25.4.0)

代表基本XMP类的基础类。

public abstract class XmpTypeBase : IXmpType, ICloneable

Inheritance

object XmpTypeBase

Derived

ComplexTypeBase , Layer , ProjectLink , Rational , RenditionClass , Time , Timecode , XmpBoolean , XmpChoise , XmpDate , XmpGuid , XmpInteger , XmpReal , XmpText

Implements

IXmpType , ICloneable

继承人

object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

XmpTypeBase()

protected XmpTypeBase()

Methods

Clone()

克隆这个例子。

public virtual object Clone()

Returns

object

一个明智的克隆。

GetXmpRepresentation()

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

public abstract string GetXmpRepresentation()

Returns

string

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

ToString()

接收此 XMP 数据作为序列。

public override string ToString()

Returns

string

XMP 数据作为序列。

 中文