Enum AnyCOL.Valign

java.lang.Object
java.lang.Enum<AnyCOL.Valign>
com.aoapps.html.any.AnyCOL.Valign
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 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 Details

    • TOP

      public static final AnyCOL.Valign TOP
      Deprecated.
      Top-align content.
    • MIDDLE

      public static final AnyCOL.Valign MIDDLE
      Deprecated.
      Center-align content.
    • BOTTOM

      public static final AnyCOL.Valign BOTTOM
      Deprecated.
      Bottom-align content.
    • BASELINE

      public static final AnyCOL.Valign BASELINE
      Deprecated.
      The baseline is the "imaginary line" which most letters "sit" on, in a line of text.
  • Method Details

    • values

      public static AnyCOL.Valign[] 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 AnyCOL.Valign 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<AnyCOL.Valign>
    • apply

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