Aspose::Pdf::Facades::PdfXmpMetadata::Add method
Contenido
[
Ocultar
]PdfXmpMetadata::Add(const DefaultMetadataProperties&, const System::SharedPtr<XmpValue>&) method
Agrega un valor a los metadatos XMP.
void Aspose::Pdf::Facades::PdfXmpMetadata::Add(const DefaultMetadataProperties &key, const System::SharedPtr<XmpValue> &value)
| Parámetro | Tipo | Descripción |
|---|---|---|
| clave | const DefaultMetadataProperties& | El nombre de la clave. |
| valor | const System::SharedPtr<XmpValue>& | Valor que será añadido. |
Ver también
- Enum DefaultMetadataProperties
- Typedef SharedPtr
- Class XmpValue
- Class PdfXmpMetadata
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfXmpMetadata::Add(const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XmpValue>>&) method
Agrega un par con clave y valor al diccionario.
void Aspose::Pdf::Facades::PdfXmpMetadata::Add(const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XmpValue>> &item) override
| Parámetro | Tipo | Descripción |
|---|---|---|
| elemento | const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XmpValue>>& | Elemento que será añadido. |
Ver también
- Class KeyValuePair
- Class String
- Typedef SharedPtr
- Class XmpValue
- Class PdfXmpMetadata
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfXmpMetadata::Add(const System::SharedPtr<XmpPdfAExtensionObject>&, const System::String&, const System::String&, const System::String&) method
Agrega un campo de extensión a los metadatos.
void Aspose::Pdf::Facades::PdfXmpMetadata::Add(const System::SharedPtr<XmpPdfAExtensionObject> &xmpPdfAExtensionObject, const System::String &namespacePrefix, const System::String &namespaceUri, const System::String &schemaDescription)
| Parámetro | Tipo | Descripción |
|---|---|---|
| xmpPdfAExtensionObject | const System::SharedPtr<XmpPdfAExtensionObject>& | El objeto de extensión pdf a añadir. |
| namespacePrefix | const System::String& | El prefijo del esquema. |
| namespaceUri | const System::String& | El URI del espacio de nombres del esquema. |
| schemaDescription | const System::String& | La descripción opcional del esquema. |
Ver también
- Typedef SharedPtr
- Class XmpPdfAExtensionObject
- Class String
- Class PdfXmpMetadata
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfXmpMetadata::Add(const System::String&, const System::SharedPtr<System::Object>&) method
Agrega un nuevo elemento al objeto diccionario.
void Aspose::Pdf::Facades::PdfXmpMetadata::Add(const System::String &key, const System::SharedPtr<System::Object> &value)
| Parámetro | Tipo | Descripción |
|---|---|---|
| clave | const System::String& | Clave del nuevo elemento. |
| valor | const System::SharedPtr<System::Object>& | Valor del elemento. |
Ver también
- Class String
- Typedef SharedPtr
- Class Object
- Class PdfXmpMetadata
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfXmpMetadata::Add(const System::String&, const System::SharedPtr<XmpValue>&) method
Agrega un nuevo elemento al objeto diccionario.
void Aspose::Pdf::Facades::PdfXmpMetadata::Add(const System::String &key, const System::SharedPtr<XmpValue> &value) override
| Parámetro | Tipo | Descripción |
|---|---|---|
| clave | const System::String& | Clave del nuevo elemento. |
| valor | const System::SharedPtr<XmpValue>& | Valor del elemento. |
Ver también
- Class String
- Typedef SharedPtr
- Class XmpValue
- Class PdfXmpMetadata
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++