Aspose::Page::EPS::XMP::XmpMetadata class

XmpMetadata class

XMP メタデータストリームへのアクセスを提供します。

class XmpMetadata : public System::Collections::Generic::IDictionary<System::String, System::SharedPtr<XmpValue>>

メソッド

メソッド説明
Add(const System::String&, const System::SharedPtr<XmpValue>&) overrideメタデータに値を追加します。
Add(const System::String&, const System::SharedPtr<System::Object>&)メタデータに値を追加します。
Add(const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XmpValue>>&) override辞書にキーと値のペアを追加します。
AddArrayItem(System::String, System::SharedPtr<XmpValue>)配列に値を追加します。値は配列の末尾に追加されます。
AddArrayItem(System::String, int32_t, System::SharedPtr<XmpValue>)指定されたインデックスで配列に値を追加します。
AddNamedValue(System::String, System::String, System::SharedPtr<XmpValue>)構造体に名前付きの値を追加します。
Clear() overrideメタデータをクリアします。
Contains(const System::String&) constキーがメタデータに含まれているか確認します。
Contains(const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XmpValue>>&) const override指定されたキーと値のペアが辞書に含まれているか確認します。
ContainsKey(const System::String&) const overrideこの辞書が指定されたキーを含むかどうかを判断します。
CopyTo(System::ArrayPtr<System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XmpValue>>>, int32_t) overrideコレクションの要素を配列にコピーします。
get_Count() const overrideコレクション内の要素数を取得します。
get_IsFixedSize() constコレクションが固定サイズかどうかを確認します。
get_IsReadOnly() const overrideコレクションが読み取り専用かどうかを確認します。
get_IsSynchronized()コレクションが同期化されているかどうかを確認します。
get_Keys() const overrideメタデータキーのコレクションを取得します。
get_NamespaceManager()名前空間マネージャーを取得します。
get_SyncRoot() constコレクションの同期オブジェクトを取得します。
get_Values() const overrideメタデータ内の値を取得します。
GetEnumerator() override辞書の列挙子を返します。
GetNamespaceUriByPrefix(System::String)プレフィックスから名前空間 URI を返します。
GetPrefixByNamespaceUri(System::String)名前空間 URI によるプレフィックスを返します。
idx_get(const System::String&) const overrideメタデータからデータを取得します。
idx_set(const System::String&, System::SharedPtr<XmpValue>) overrideメタデータからデータを設定します。
RegisterNamespaceUri(System::String, System::String)名前空間 URI を登録します。
RegisterNamespaceUri(System::String, System::String, System::String)名前空間 URI を登録します。
Remove(const System::String&) overrideメタデータからエントリを削除します。
Remove(const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XmpValue>>&) overrideコレクションからキー/値のペアを削除します。
SetArrayItem(System::String, int32_t, System::SharedPtr<XmpValue>)配列に値を設定します。以前の値は新しいものに置き換えられます。
SetNamedValue(System::String, System::String, System::SharedPtr<XmpValue>)構造体に名前付き値を設定します。既に存在する場合、以前の名前付き値は新しいものに置き換えられます。
TryGetValue(const System::String&, System::SharedPtr<XmpValue>&) const override辞書内でキーを検索し、見つかった場合は値を取得します。

参照