Aspose::Page::EPS::XMP::XmpMetadata clase
Contenido
[
Ocultar
]XmpMetadata class
Proporciona acceso al flujo de metadatos XMP.
class XmpMetadata : public System::Collections::Generic::IDictionary<System::String, System::SharedPtr<XmpValue>>
Métodos
| Método | Descripción |
|---|---|
| Add(const System::String&, const System::SharedPtr<XmpValue>&) override | Agrega valor a los metadatos. |
| Add(const System::String&, const System::SharedPtr<System::Object>&) | Agrega valor a los metadatos. |
| Add(const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XmpValue>>&) override | Agrega un par con clave y valor al diccionario. |
| AddArrayItem(System::String, System::SharedPtr<XmpValue>) | Agrega valor a una matriz. El valor se añadirá al final de la matriz. |
| AddArrayItem(System::String, int32_t, System::SharedPtr<XmpValue>) | Agrega valor a una matriz en el índice especificado. |
| AddNamedValue(System::String, System::String, System::SharedPtr<XmpValue>) | Agrega un valor nombrado a una estructura. |
| Clear() override | Borra los metadatos. |
| Contains(const System::String&) const | Comprueba si la clave está contenida en los metadatos. |
| Contains(const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XmpValue>>&) const override | Comprueba si el par clave-valor especificado está contenido en el diccionario. |
| ContainsKey(const System::String&) const override | Determina si este diccionario contiene la clave especificada. |
| CopyTo(System::ArrayPtr<System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XmpValue>>>, int32_t) override | Copia los elementos de la colección a una matriz. |
| get_Count() const override | Obtiene el recuento de elementos en la colección. |
| get_IsFixedSize() const | Comprueba si la colección tiene tamaño fijo. |
| get_IsReadOnly() const override | Comprueba si la colección es de solo lectura. |
| get_IsSynchronized() | Comprueba si la colección está sincronizada. |
| get_Keys() const override | Obtiene la colección de claves de metadatos. |
| get_NamespaceManager() | Obtiene el administrador de espacios de nombres. |
| get_SyncRoot() const | Obtiene el objeto de sincronización de la colección. |
| get_Values() const override | Obtiene los valores en los metadatos. |
| GetEnumerator() override | Devuelve el enumerador del diccionario. |
| GetNamespaceUriByPrefix(System::String) | Devuelve el URI del espacio de nombres por prefijo. |
| GetPrefixByNamespaceUri(System::String) | Devuelve el prefijo por namespace URI. |
| idx_get(const System::String&) const override | Obtiene datos de los metadatos. |
| idx_set(const System::String&, System::SharedPtr<XmpValue>) override | Establece datos a partir de los metadatos. |
| RegisterNamespaceUri(System::String, System::String) | Registra namespace URI. |
| RegisterNamespaceUri(System::String, System::String, System::String) | Registra namespace URI. |
| Remove(const System::String&) override | Elimina la entrada de los metadatos. |
| Remove(const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XmpValue>>&) override | Elimina la pareja clave/valor de la colección. |
| SetArrayItem(System::String, int32_t, System::SharedPtr<XmpValue>) | Establece un valor en una matriz. El valor anterior será reemplazado por uno nuevo. |
| SetNamedValue(System::String, System::String, System::SharedPtr<XmpValue>) | Establece un valor nombrado en una estructura. El valor nombrado anterior, si ya existe, será reemplazado por uno nuevo. |
| TryGetValue(const System::String&, System::SharedPtr<XmpValue>&) const override | Intenta encontrar la clave en el diccionario y recupera el valor si se encuentra. |
Ver también
- Class IDictionary
- Namespace Aspose::Page::EPS::XMP
- Library Aspose.Page for C++