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 데이터는 스트리트로 사용됩니다.

 한국어