Aspose::Pdf::Facades::FormEditor::AddListItem method

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)
ParameterTypeDescription
fieldNameconst System::String&Name of field to which items will be added.
exportNameconst System::ArrayPtr<System::String>&A string array denoting a new list item with Export Value, i.e. (Item Label, Export Value).

See Also

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)
ParameterTypeDescription
fieldNameconst System::String&Name of the field ot which new item will be added.
itemNameconst System::String&Name if new item.

See Also