Class XmpText

Class XmpText

Numele spaţiului: Aspose.Imaging.Xmp.Types.Basic Asamblare: Aspose.Imaging.dll (25.4.0)

Reprezentă tipul de text XMP.

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

Inheritance

object XmpTypeBase XmpText

Derived

XmpAgentName , XmpLocale , XmpMimeType

Implements

IXmpType , ICloneable

Membrii moștenitori

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(Strângere)

Inițializează o nouă instanță a clasei Aspose.Imaging.Xmp.Types.Basic.xmpText.

[JsonConstructor]
public XmpText(string value)

Parameters

value string

de valoare .

Properties

Value

Obține sau stabilește valoarea textului.

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

Valoarea proprietății

string

Methods

GetXmpRepresentation()

Obține valoarea conținută a stringului în format XMP.

public override string GetXmpRepresentation()

Returns

string

Întoarce valoarea conținută în format XMP.

 Română