Enum FormElementType
Enum FormElementType
Namespace: Aspose.Html.Forms
Assembly: Aspose.HTML.dll (25.2.0)
Represents an enumeration of the Form Elements types and their corresponding to the HTML Elements
[ComVisible(true)]
public enum FormElementType
Fields
Button = 5
Corresponding to the Aspose.Html.HTMLButtonElement.
DataList = 6
Corresponding to the Aspose.Html.HTMLDataListElement.
Input = 1
Corresponding to the Aspose.Html.HTMLInputElement.
Option = 4
Corresponding to the Aspose.Html.HTMLOptionElement.
Select = 2
Corresponding to the Aspose.Html.HTMLSelectElement.
TextArea = 3
Corresponding to the Aspose.Html.HTMLTextAreaElement.
Unknown = 0
Corresponding to any HTML Element that is not been converting to the any of implemented Aspose.Html.Forms.FormElement.