Class XmpText

Class XmpText

Nama dari : Aspose.Imaging.Xmp.Types.Basic Pengumpulan: Aspose.Imaging.dll (25.4.0)

Menampilkan XMP Text Basic Type.

[JsonObject(MemberSerialization.OptIn)]
public class XmpText : XmpTypeBase, IXmpType, ICloneable

Inheritance

object XmpTypeBase XmpText

Derived

XmpAgentName , XmpLocale , XmpMimeType

Implements

IXmpType , ICloneable

anggota yang diwarisi

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

Constructors

XmpText(String)

Initifikasi contoh baru dari kelas Aspose.Imaging.Xmp.Types.Basic.XmpText.

[JsonConstructor]
public XmpText(string value)

Parameters

value string

dengan nilai tersebut.

Properties

Value

Dapatkan atau menetapkan nilai teks.

[JsonProperty]
public string Value { get; set; }

Nilai Properti

string

Methods

GetXmpRepresentation()

Dapatkan nilai string yang terkandung dalam format XMP.

public override string GetXmpRepresentation()

Returns

string

Mengembalikan nilai string yang terkandung dalam format XMP.

 Indonesia