Class XmpText

Class XmpText

Nom dels espais: Aspose.Imaging.Xmp.Types.Basic Assemblea: Aspose.Imaging.dll (25.4.0)

Representa el tipus bàsic de text XMP.

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

Inheritance

object XmpTypeBase XmpText

Derived

XmpAgentName , XmpLocale , XmpMimeType

Implements

IXmpType , ICloneable

Membres heretats

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(Tàrrega)

Inicialitza una nova instància de la classe Aspose.Imaging.Xmp.Types.Basic.xmpText.

[JsonConstructor]
public XmpText(string value)

Parameters

value string

El valor.

Properties

Value

Obté o estableix el valor del text.

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

Valor de la propietat

string

Methods

GetXmpRepresentation()

Obté el valor contingut de la fila en format XMP.

public override string GetXmpRepresentation()

Returns

string

Retorna el valor contingut en el format XMP.

 Català