Enum AnyINPUT.Image.Align

java.lang.Object
java.lang.Enum<AnyINPUT.Image.Align>
com.aoapps.html.any.AnyINPUT.Image.Align
All Implemented Interfaces:
Serializable, Comparable<AnyINPUT.Image.Align>, Function<AnyDocument<?>,String>
Enclosing class:
AnyINPUT.Image<D extends AnyDocument<D>,PC extends AnyUnion_Interactive_Phrasing<D,PC>,E extends AnyINPUT.Image<D,PC,E>>

@Deprecated public static enum AnyINPUT.Image.Align extends Enum<AnyINPUT.Image.Align> implements Function<AnyDocument<?>,String>
Deprecated.
The align attribute of <input> is not supported in HTML5. Use CSS instead.
  • Enum Constant Details

  • Method Details

    • values

      public static AnyINPUT.Image.Align[] values()
      Deprecated.
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static AnyINPUT.Image.Align valueOf(String name)
      Deprecated.
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class Enum<AnyINPUT.Image.Align>
    • apply

      public String apply(AnyDocument<?> document)
      Deprecated.
      Specified by:
      apply in interface Function<AnyDocument<?>,String>