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データはストレッチです。

 日本語