Interface Align<E extends Element<?,?,E> & Align<E,V>,V extends Enum<V> & Function<? super AnyDocument<?>,String>>

Type Parameters:
E - This element type
V - This enum type to use for this attribute
All Known Implementing Classes:
AnyCOL, AnyHR, AnyIMG, AnyINPUT.Dynamic, AnyINPUT.Image, AnyTABLE

@Deprecated public interface Align<E extends Element<?,?,E> & Align<E,V>,V extends Enum<V> & Function<? super AnyDocument<?>,String>>
Deprecated.
The align attribute is not supported in HTML5. Use CSS instead.
Author:
AO Industries, Inc.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static final class 
    Deprecated.
    The align attribute is not supported in HTML5.
  • Method Summary

    Modifier and Type
    Method
    Description
    default <Ex extends Throwable>
    E
    Deprecated.
    The align attribute is not supported in HTML5.
    default <Ex extends Throwable>
    E
    align(IOSupplierE<? extends V,Ex> align)
    Deprecated.
    The align attribute is not supported in HTML5.
    default E
    align(String align)
    Deprecated.
    The align attribute is not supported in HTML5.
    default E
    align(V align)
    Deprecated.
    The align attribute is not supported in HTML5.