Class ComplexTypeBase

Class ComplexTypeBase

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

XMP 複合値タイプの基礎抽出を表します。

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

Inheritance

object XmpTypeBase ComplexTypeBase

Derived

ColorantBase , Dimensions , Font , ResourceEvent , ResourceRef , Thumbnail , Version

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()

Remarks

もっと見る: XMP 仕様 Part 2 章 1.2.2

Constructors

ComplexTypeBase(ストリップ、ストリップ)

Aspose.Imaging.Xmp.Types.Complex.TypeBaseクラスの新しい例を開始します。

public ComplexTypeBase(string prefix, string namespaceUri)

Parameters

prefix string

プレフィックスです。

namespaceUri string

いわゆるURI。

Exceptions

ArgumentNullException

プレフィックスはゼロまたは名称はゼロ

Fields

価値観

価値の辞書

[JsonProperty]
protected Dictionary<string, object=""> VValues

フィールド価値

Dictionary < string , object >

Properties

NamespaceUri

デフォルト名スペース URI を取得します。

public string NamespaceUri { get; }

不動産価値

string

Prefix

プレフィックスを受け取る。

public string Prefix { get; }

不動産価値

string

Methods

Add(オブジェクト、オブジェクト)

指定されたキーを追加します。

protected void Add(string key, object value)

Parameters

key string

付加価値で識別される鍵の列表。

value object

付加する価値。

GetXmpRepresentation()

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

public override string GetXmpRepresentation()

Returns

string

XMP フォーマットに含まれる値を返します。</string,>

 日本語