Aspose::Page::EPS::XMP::XmpMetadata::AddArrayItem méthode
Contenu
[
Cacher
]XmpMetadata::AddArrayItem(System::String, int32_t, System::SharedPtr<XmpValue>) method
Ajoute une valeur dans un tableau à l’index spécifié.
void Aspose::Page::EPS::XMP::XmpMetadata::AddArrayItem(System::String arrayKey, int32_t index, System::SharedPtr<XmpValue> value)
| Paramètre | Type | Description |
|---|---|---|
| arrayKey | System::String | Clé du tableau à rechercher dans le dictionnaire. |
| indice | int32_t | Index de la nouvelle valeur dans le tableau. |
| value | System::SharedPtr<XmpValue> | Valeur à ajouter dans le tableau. |
Voir aussi
- 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
Ajoute une valeur dans un tableau. La valeur sera ajoutée à la fin du tableau.
void Aspose::Page::EPS::XMP::XmpMetadata::AddArrayItem(System::String arrayKey, System::SharedPtr<XmpValue> value)
| Paramètre | Type | Description |
|---|---|---|
| arrayKey | System::String | Clé du tableau à rechercher dans le dictionnaire. |
| value | System::SharedPtr<XmpValue> | Valeur à ajouter dans le tableau. |
Voir aussi
- Class String
- Typedef SharedPtr
- Class XmpValue
- Class XmpMetadata
- Namespace Aspose::Page::EPS::XMP
- Library Aspose.Page for C++