- 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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionapply
(AnyDocument<?> document) Deprecated.toString()
Deprecated.static AnyINPUT.Image.Align
Deprecated.Returns the enum constant of this type with the specified name.static AnyINPUT.Image.Align[]
values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
LEFT
Deprecated.Left-aligns the image (this is default). -
RIGHT
Deprecated.Right-aligns the image. -
TOP
Deprecated.Top-aligns the image. -
MIDDLE
Deprecated.Middle-aligns the image. -
BOTTOM
Deprecated.Bottom-aligns the image.
-
-
Method Details
-
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
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 nameNullPointerException
- if the argument is null
-
toString
Deprecated.- Overrides:
toString
in classEnum<AnyINPUT.Image.Align>
-
apply
Deprecated.- Specified by:
apply
in interfaceFunction<AnyDocument<?>,
String>
-