public final class InputElementType
extends com.aspose.html.internal.ms.System.Enum
Represent states of the input field.
Modifier and Type | Field and Description |
---|---|
static int |
Button
A push button.
|
static int |
Checkbox
A field for entering a checkbox.
|
static int |
Color
A field for entering a color.
|
static int |
Date
A field for entering a date.
|
static int |
Email
A field for entering an email.
|
static int |
File
A field that allows to select and attach user files.
|
static int |
Hidden
A control that is not displayed.
|
static int |
Image
A graphical button for submitting the form result.
|
static int |
LocalDateTime
A field for entering a local datetime.
|
static int |
Month
A field for entering a month.
|
static int |
Number
A field for entering a number.
|
static int |
Password
A field for entering a password.
|
static int |
Radio
A field that allowing a single value to select.
|
static int |
Range
A field for entering a number inside the range.
|
static int |
Reset
A button for resetting the form data.
|
static int |
Search
A control that is used for entering search strings.
|
static int |
Submit
A button for submitting the form result.
|
static int |
Telephone
A control for entering a telephone number.
|
static int |
Text
A control that is a text-field.
|
static int |
Time
A field for entering a time.
|
static int |
Url
A field for entering a URL.
|
static int |
Week
A field for entering a week.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject
public static final int Hidden
A control that is not displayed.
public static final int Text
A control that is a text-field.
public static final int Search
A control that is used for entering search strings.
public static final int Telephone
A control for entering a telephone number.
public static final int Url
A field for entering a URL.
public static final int Email
A field for entering an email.
public static final int Password
A field for entering a password.
public static final int Date
A field for entering a date.
public static final int Month
A field for entering a month.
public static final int Week
A field for entering a week.
public static final int Time
A field for entering a time.
public static final int LocalDateTime
A field for entering a local datetime.
public static final int Number
A field for entering a number.
public static final int Range
A field for entering a number inside the range.
public static final int Color
A field for entering a color.
public static final int Checkbox
A field for entering a checkbox.
public static final int Radio
A field that allowing a single value to select.
public static final int File
A field that allows to select and attach user files.
public static final int Submit
A button for submitting the form result.
public static final int Image
A graphical button for submitting the form result.
public static final int Reset
A button for resetting the form data.
public static final int Button
A push button.