Class XmpText

Class XmpText

ja nimityö: Aspose.Imaging.Xmp.Types.Basic Kokoelma: Aspose.Imaging.dll (25.4.0)

Esittelee XMP tekstityyppiä.

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

Inheritance

object XmpTypeBase XmpText

Derived

XmpAgentName , XmpLocale , XmpMimeType

Implements

IXmpType , ICloneable

Perintöjäsenet

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)

Aloitetaan uusi esimerkki Aspose.Imaging.Xmp.Types.Basic.xmpText luokan.

[JsonConstructor]
public XmpText(string value)

Parameters

value string

ja arvoa .

Properties

Value

Saa tai asettaa tekstin arvo.

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

Omistuksen arvo

string

Methods

GetXmpRepresentation()

Saat sarjan sisältämän arvon XMP-muodossa.

public override string GetXmpRepresentation()

Returns

string

Palauttaa sarjan sisältämä arvo XMP-muodossa.

 Suomi