Class XmpText
Class XmpText
A név: Aspose.Imaging.Xmp.Types.Basic Összefoglaló: Aspose.Imaging.dll (25.4.0)
Az XMP szöveg alaptípusát jelenti.
[JsonObject(MemberSerialization.OptIn)]
public class XmpText : XmpTypeBase, IXmpType, ICloneable
Inheritance
object ← XmpTypeBase ← XmpText
Derived
XmpAgentName , XmpLocale , XmpMimeType
Implements
Örökletes tagok
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(A string)
Kezdődik egy új példány a Aspose.Imaging.Xmp.Types.Basic.xmpText osztály.
[JsonConstructor]
public XmpText(string value)
Parameters
value
string
Az érték.
Properties
Value
Megkapja vagy beállítja a szöveges értéket.
[JsonProperty]
public string Value { get; set; }
ingatlan értéke
Methods
GetXmpRepresentation()
Megkapja az XMP formátumban található szalag értéket.
public override string GetXmpRepresentation()
Returns
Visszaadja az XMP formátumban tartalmazott értéket.