Class XmpText

Class XmpText

ชื่อพื้นที่: Aspose.Imaging.Xmp.Types.Basic การประกอบ: Aspose.Imaging.dll (25.4.0)

ประเภทพื้นฐานของข้อความ XMP

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

Inheritance

object XmpTypeBase XmpText

Derived

XmpAgentName , XmpLocale , XmpMimeType

Implements

IXmpType , ICloneable

อนุญาโตตุลาการ

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(รั้ว)

เปิดตัวตัวอย่างใหม่ของ Class Aspose.Imaging.Xmp.Types.Basic.XmpText

[JsonConstructor]
public XmpText(string value)

Parameters

value string

ค่าใช้จ่าย

Properties

Value

รับหรือตั้งค่าข้อความ

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

คุณสมบัติมูลค่า

string

Methods

GetXmpRepresentation()

รับความหมายของ string ในรูปแบบ XMP

public override string GetXmpRepresentation()

Returns

string

กลับค่าที่ประกอบด้วย string ในรูปแบบ XMP

 แบบไทย