Class XmpText

Class XmpText

Il nome: Aspose.Imaging.Xmp.Types.Basic Assemblea: Aspose.Imaging.dll (25.4.0)

Represente il tipo di testo XMP.

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

Inheritance

object XmpTypeBase XmpText

Derived

XmpAgentName , XmpLocale , XmpMimeType

Implements

IXmpType , ICloneable

I membri ereditari

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)

Inizia una nuova instanza della classe Aspose.Imaging.Xmp.Types.Basic.xmpText.

[JsonConstructor]
public XmpText(string value)

Parameters

value string

Il valore .

Properties

Value

Riceve o impone il valore del testo.

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

Valore di proprietà

string

Methods

GetXmpRepresentation()

Riceve il valore contenuto nella riga in formato XMP.

public override string GetXmpRepresentation()

Returns

string

Ritorna il valore contenuto nella string in formato XMP.

 Italiano