Class XmpText

Class XmpText

Nome do espaço: Aspose.Imaging.Xmp.Types.Basic Assembleia: Aspose.Imaging.dll (25.4.0)

Representa o tipo básico de texto XMP.

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

Inheritance

object XmpTypeBase XmpText

Derived

XmpAgentName , XmpLocale , XmpMimeType

Implements

IXmpType , ICloneable

Membros herdados

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(Redação)

Inicia uma nova instância da classe Aspose.Imaging.Xmp.Types.Basic.XmpText.

[JsonConstructor]
public XmpText(string value)

Parameters

value string

O valor .

Properties

Value

Obter ou definir o valor do texto.

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

Valor da propriedade

string

Methods

GetXmpRepresentation()

Obtenha o valor contido na fila em formato XMP.

public override string GetXmpRepresentation()

Returns

string

Retorna o valor contido na fila em formato XMP.

 Português