Метод Aspose::Pdf::Facades::PdfXmpMetadata::Add
Содержание
[
Скрывать
]PdfXmpMetadata::Add(const DefaultMetadataProperties&, const System::SharedPtr<XmpValue>&) method
Добавляет значение в XMP‑метаданные.
void Aspose::Pdf::Facades::PdfXmpMetadata::Add(const DefaultMetadataProperties &key, const System::SharedPtr<XmpValue> &value)
| Параметр | Тип | Описание |
|---|---|---|
| ключ | const DefaultMetadataProperties& | Имя ключа. |
| value | const System::SharedPtr<XmpValue>& | Значение, которое будет добавлено. |
См. также
- 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
Добавляет пару ключ‑значение в словарь.
void Aspose::Pdf::Facades::PdfXmpMetadata::Add(const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XmpValue>> &item) override
| Параметр | Тип | Описание |
|---|---|---|
| элемент | const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XmpValue>>& | Элемент, который будет добавлен. |
См. также
- 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
Добавляет поле расширения в метаданные.
void Aspose::Pdf::Facades::PdfXmpMetadata::Add(const System::SharedPtr<XmpPdfAExtensionObject> &xmpPdfAExtensionObject, const System::String &namespacePrefix, const System::String &namespaceUri, const System::String &schemaDescription)
| Параметр | Тип | Описание |
|---|---|---|
| xmpPdfAExtensionObject | const System::SharedPtr<XmpPdfAExtensionObject>& | Объект расширения PDF, который нужно добавить. |
| namespacePrefix | const System::String& | Префикс схемы. |
| namespaceUri | const System::String& | URI пространства имён схемы. |
| schemaDescription | const System::String& | Необязательное описание схемы. |
См. также
- 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
Добавляет новый элемент в объект словаря.
void Aspose::Pdf::Facades::PdfXmpMetadata::Add(const System::String &key, const System::SharedPtr<System::Object> &value)
| Параметр | Тип | Описание |
|---|---|---|
| ключ | const System::String& | Ключ нового элемента. |
| value | const System::SharedPtr<System::Object>& | Значение элемента. |
См. также
- 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
Добавляет новый элемент в объект словаря.
void Aspose::Pdf::Facades::PdfXmpMetadata::Add(const System::String &key, const System::SharedPtr<XmpValue> &value) override
| Параметр | Тип | Описание |
|---|---|---|
| ключ | const System::String& | Ключ нового элемента. |
| value | const System::SharedPtr<XmpValue>& | Значение элемента. |
См. также
- Class String
- Typedef SharedPtr
- Class XmpValue
- Class PdfXmpMetadata
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++