- All Implemented Interfaces:
Serializable
,Comparable<AnyCOL.Valign>
,Function<AnyDocument<?>,
String>
- Enclosing class:
AnyCOL<D extends AnyDocument<D>,
PC extends AnyCOLGROUP_content<D, PC>, E extends AnyCOL<D, PC, E>>
@Deprecated(forRemoval=false)
public static enum AnyCOL.Valign
extends Enum<AnyCOL.Valign>
implements Function<AnyDocument<?>,String>
Deprecated.
The valign attribute of <col> is not supported in HTML5. Use CSS instead.
-
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptionapply
(AnyDocument<?> document) Deprecated.toString()
Deprecated.static AnyCOL.Valign
Deprecated.Returns the enum constant of this type with the specified name.static AnyCOL.Valign[]
values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
TOP
Deprecated.Top-align content. -
MIDDLE
Deprecated.Center-align content. -
BOTTOM
Deprecated.Bottom-align content. -
BASELINE
Deprecated.The baseline is the "imaginary line" which most letters "sit" on, in a line of text.
-
-
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<AnyCOL.Valign>
-
apply
Deprecated.- Specified by:
apply
in interfaceFunction<AnyDocument<?>,
String>
-