Aspose::Page::EPS::XMP::XmpMetadata::AddArrayItem 方法
XmpMetadata::AddArrayItem(System::String, int32_t, System::SharedPtr<XmpValue>) method
通过指定索引向数组中添加值。
void Aspose::Page::EPS::XMP::XmpMetadata::AddArrayItem(System::String arrayKey, int32_t index, System::SharedPtr<XmpValue> value)
| Parameter | Type | 描述 |
|---|---|---|
| arrayKey | System::String | 在字典中搜索的数组键。 |
| 索引 | int32_t | 数组中新值的索引。 |
| value | System::SharedPtr<XmpValue> | 要添加到数组中的值。 |
另见
- Class String
- Typedef SharedPtr
- Class XmpValue
- Class XmpMetadata
- Namespace Aspose::Page::EPS::XMP
- Library Aspose.Page for C++
XmpMetadata::AddArrayItem(System::String, System::SharedPtr<XmpValue>) method
向数组中添加值。该值将被添加到数组的末尾。
void Aspose::Page::EPS::XMP::XmpMetadata::AddArrayItem(System::String arrayKey, System::SharedPtr<XmpValue> value)
| Parameter | Type | 描述 |
|---|---|---|
| arrayKey | System::String | 在字典中搜索的数组键。 |
| value | System::SharedPtr<XmpValue> | 要添加到数组中的值。 |
另见
- Class String
- Typedef SharedPtr
- Class XmpValue
- Class XmpMetadata
- Namespace Aspose::Page::EPS::XMP
- Library Aspose.Page for C++