Class XmpText

Class XmpText

Nombre del espacio: Aspose.Imaging.Xmp.Types.Basic Asamblea: Aspose.Imaging.dll (25.4.0)

Representa el tipo básico de texto XMP.

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

Inheritance

object XmpTypeBase XmpText

Derived

XmpAgentName ,y, XmpLocale ,y, XmpMimeType

Implements

IXmpType ,y, ICloneable

Miembros heredados

XmpTypeBase.GetXmpRepresentation() ,y, XmpTypeBase.ToString() ,y, XmpTypeBase.Clone() ,y, object.GetType() ,y, object.MemberwiseClone() ,y, object.ToString() ,y, object.Equals(object?) ,y, object.Equals(object?, object?) ,y, object.ReferenceEquals(object?, object?) ,y, object.GetHashCode()

Constructors

XmpText(El string)

Inicia una nueva instancia de la clase Aspose.Imaging.Xmp.Types.Basic.XmpText.

[JsonConstructor]
public XmpText(string value)

Parameters

value string

El valor.

Properties

Value

Obtenga o establece el valor del texto.

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

Valor de la propiedad

string

Methods

GetXmpRepresentation()

Obtenga el valor contenido en el formato XMP.

public override string GetXmpRepresentation()

Returns

string

Devolve el valor contenido en el formato XMP.

 Español