FormElementType Enumeration |
Namespace: Aspose.Html.Forms
Member name | Value | Description | |
---|---|---|---|
Unknown | 0 | Corresponding to any HTML Element that is not been converting to the any of implemented FormElement. | |
Input | 1 | Corresponding to the HTMLInputElement. | |
Select | 2 | Corresponding to the HTMLSelectElement. | |
TextArea | 3 | Corresponding to the HTMLTextAreaElement. | |
Option | 4 | Corresponding to the HTMLOptionElement. | |
Button | 5 | Corresponding to the HTMLButtonElement. | |
DataList | 6 | Corresponding to the HTMLDataListElement. |