Aspose::Pdf::Facades::FormEditor::AddListItem method
Contents
[
Hide
]FormEditor::AddListItem(const System::String&, const System::ArrayPtr<System::String>&) method
Add a new item with Export value to the existing list box field, only for AcroForm combo box field.
void Aspose::Pdf::Facades::FormEditor::AddListItem(const System::String &fieldName, const System::ArrayPtr<System::String> &exportName)
| Parameter | Type | Description |
|---|---|---|
| fieldName | const System::String& | Name of field to which items will be added. |
| exportName | const System::ArrayPtr<System::String>& | A string array denoting a new list item with Export Value, i.e. (Item Label, Export Value). |
See Also
- Class String
- Typedef ArrayPtr
- Class FormEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
FormEditor::AddListItem(const System::String&, const System::String&) method
Adds new item to the list box.
void Aspose::Pdf::Facades::FormEditor::AddListItem(const System::String &fieldName, const System::String &itemName)
| Parameter | Type | Description |
|---|---|---|
| fieldName | const System::String& | Name of the field ot which new item will be added. |
| itemName | const System::String& | Name if new item. |
See Also
- Class String
- Class FormEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++