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(الستار)

يبدأ مثالًا جديدًا من فئة 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()

يحصل على القيمة الموجودة في الحبل في تنسيق XMP.

public override string GetXmpRepresentation()

Returns

string

يعيد القيمة الموجودة في الشريط في تنسيق XMP.

 عربي