Aspose::Page::EPS::XMP::XmpMetadata::Add 메서드
내용물
[
숨다
]XmpMetadata::Add(const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XmpValue>>&) method
키와 값 쌍을 사전에 추가합니다.
void Aspose::Page::EPS::XMP::XmpMetadata::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 XmpMetadata
- Namespace Aspose::Page::EPS::XMP
- Library Aspose.Page for C++
XmpMetadata::Add(const System::String&, const System::SharedPtr<System::Object>&) method
메타데이터에 값을 추가합니다.
void Aspose::Page::EPS::XMP::XmpMetadata::Add(const System::String &key, const System::SharedPtr<System::Object> &value)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| key | const System::String& | 추가할 키. |
| value | const System::SharedPtr<System::Object>& | 추가될 값. |
또 보기
- Class String
- Typedef SharedPtr
- Class Object
- Class XmpMetadata
- Namespace Aspose::Page::EPS::XMP
- Library Aspose.Page for C++
XmpMetadata::Add(const System::String&, const System::SharedPtr<XmpValue>&) method
메타데이터에 값을 추가합니다.
void Aspose::Page::EPS::XMP::XmpMetadata::Add(const System::String &key, const System::SharedPtr<XmpValue> &value) override
| 매개변수 | 형식 | 설명 |
|---|---|---|
| key | const System::String& | 추가할 키. |
| value | const System::SharedPtr<XmpValue>& | 추가될 값. |
또 보기
- Class String
- Typedef SharedPtr
- Class XmpValue
- Class XmpMetadata
- Namespace Aspose::Page::EPS::XMP
- Library Aspose.Page for C++