Interface Valign<E extends Element<?,?,E> & Valign<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

@Deprecated public interface Valign<E extends Element<?,?,E> & Valign<E,V>,V extends Enum<V> & Function<? super AnyDocument<?>,String>>
Deprecated.
The valign 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 valign attribute is not supported in HTML5.
  • Method Summary

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