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 | 辞書内でキーを検索し、見つかった場合は値を取得します。 |
参照
- Class IDictionary
- Namespace Aspose::Page::EPS::XMP
- Library Aspose.Page for C++