- All Implemented Interfaces:
Serializable
,Comparable<AnyIMG.Align>
,Function<AnyDocument<?>,
String>
- Enclosing class:
AnyIMG<D extends AnyDocument<D>,
PC extends AnyUnion_Embedded_Interactive<D, PC>, E extends AnyIMG<D, PC, E>>
@Deprecated
public static enum AnyIMG.Align
extends Enum<AnyIMG.Align>
implements Function<AnyDocument<?>,String>
Deprecated.
The align attribute of <img> is not supported in HTML5. Use CSS instead.
-
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptionapply
(AnyDocument<?> document) Deprecated.toString()
Deprecated.static AnyIMG.Align
Deprecated.Returns the enum constant of this type with the specified name.static AnyIMG.Align[]
values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
LEFT
Deprecated.Align the image to the left. -
RIGHT
Deprecated.Align the image to the right. -
MIDDLE
Deprecated.Align the image in the middle. -
TOP
Deprecated.Align the image at the top. -
BOTTOM
Deprecated.Align the image at the bottom.
-
-
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<AnyIMG.Align>
-
apply
Deprecated.- Specified by:
apply
in interfaceFunction<AnyDocument<?>,
String>
-