Class XmpText

Class XmpText

名称: Aspose.Imaging.Xmp.Types.Basic アセンション: Aspose.Imaging.dll (25.4.0)

XMP テキストの基本型を表します。

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

Inheritance

object XmpTypeBase XmpText

Derived

XmpAgentName , XmpLocale , XmpMimeType

Implements

IXmpType , ICloneable

相続人

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(ストレッチ)

Aspose.Imaging.Xmp.Types.Basic.Xmpテキストクラスの新しい例を開始します。

[JsonConstructor]
public XmpText(string value)

Parameters

value string

価値を。

Properties

Value

テキスト値を取得または設定します。

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

不動産価値

string

Methods

GetXmpRepresentation()

ストレッチが含まれている値をXMP形式で取得します。

public override string GetXmpRepresentation()

Returns

string

XMP フォーマットに含まれる値を返します。

 日本語