drop_down_items property

FormField.drop_down_items property

Provides access to the items of a dropdown form field.

@property
def drop_down_items(self) -> aspose.words.fields.DropDownItemCollection:
    ...

Remarks

Microsoft Word allows maximum 25 items in a dropdown form field.

See Also