Enum AnyTABLE.Align

java.lang.Object
java.lang.Enum<AnyTABLE.Align>
com.aoapps.html.any.AnyTABLE.Align
All Implemented Interfaces:
Serializable, Comparable<AnyTABLE.Align>, Function<AnyDocument<?>,String>
Enclosing class:
AnyTABLE<D extends AnyDocument<D>,PC extends AnyPalpableContent<D,PC>,E extends AnyTABLE<D,PC,E,__,_c>,__ extends AnyTABLE__<D,PC,__>,_c extends AnyTABLE_c<D,PC,_c>>

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

    • LEFT

      public static final AnyTABLE.Align LEFT
      Deprecated.
      the table is displayed on the left side of the document.
    • CENTER

      public static final AnyTABLE.Align CENTER
      Deprecated.
      the table is displayed in the center of the document.
  • Method Details

    • values

      public static AnyTABLE.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 AnyTABLE.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<AnyTABLE.Align>
    • apply

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