public final class FormElementType
extends com.aspose.ms.System.Enum
Represents an enumeration of the Form Elements types and their corresponding to the HTML Elements
| Modifier and Type | Field and Description |
|---|---|
static int |
Button
Corresponding to the
HTMLButtonElement. |
static int |
DataList
Corresponding to the
HTMLDataListElement. |
static int |
Input
Corresponding to the
HTMLInputElement. |
static int |
Option
Corresponding to the
HTMLOptionElement. |
static int |
Select
Corresponding to the
HTMLSelectElement. |
static int |
TextArea
Corresponding to the
HTMLTextAreaElement. |
static int |
Unknown
Corresponding to any HTML Element that is not been converting to the any of implemented
FormElementBase. |
public static final int Unknown
Corresponding to any HTML Element that is not been converting to the any of implemented FormElementBase.
public static final int Input
Corresponding to the HTMLInputElement.
public static final int Select
Corresponding to the HTMLSelectElement.
public static final int TextArea
Corresponding to the HTMLTextAreaElement.
public static final int Option
Corresponding to the HTMLOptionElement.
public static final int Button
Corresponding to the HTMLButtonElement.
public static final int DataList
Corresponding to the HTMLDataListElement.