com.aspose.html.forms

Class InputElementType

  • java.lang.Object
    • com.aspose.html.internal.ms.System.ValueType<com.aspose.html.internal.ms.System.Enum>
      • com.aspose.html.internal.ms.System.Enum
        • com.aspose.html.forms.InputElementType


  • public final class InputElementType
    extends com.aspose.html.internal.ms.System.Enum

    Represent states of the input field.

    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.aspose.html.internal.ms.System.Enum

        com.aspose.html.internal.ms.System.Enum.AbstractEnum, com.aspose.html.internal.ms.System.Enum.FlaggedEnum, com.aspose.html.internal.ms.System.Enum.ObjectEnum, com.aspose.html.internal.ms.System.Enum.SimpleEnum
    • Field Summary

      Fields 
      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.
      • Fields inherited from class com.aspose.html.internal.ms.System.Enum

        EnumSeparatorCharArray
    • Method Summary

      • Methods inherited from class com.aspose.html.internal.ms.System.Enum

        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