Module com.aoapps.html.any
Interface Valign<E extends Element<?,?,E> & Valign<E,V>,V extends Enum<V> & Function<? super AnyDocument<?>,String>>
- Type Parameters:
E
- This element typeV
- 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
Modifier and TypeInterfaceDescriptionstatic final class
Deprecated.The valign attribute is not supported in HTML5. -
Method Summary
Modifier and TypeMethodDescriptionvalign
(Suppliers.String<Ex> valign) Deprecated.The valign attribute is not supported in HTML5.valign
(IOSupplierE<? extends V, Ex> valign) Deprecated.The valign attribute is not supported in HTML5.default E
Deprecated.The valign attribute is not supported in HTML5.default E
Deprecated.The valign attribute is not supported in HTML5.
-
Method Details
-
valign
Deprecated.The valign attribute is not supported in HTML5. Use CSS instead.- Throws:
IOException
-
valign
@Deprecated default <Ex extends Throwable> E valign(Suppliers.String<Ex> valign) throws IOException, Ex Deprecated.The valign attribute is not supported in HTML5. Use CSS instead.- Type Parameters:
Ex
- An arbitrary exception type that may be thrown- Throws:
IOException
Ex
- See Also:
-
valign
Deprecated.The valign attribute is not supported in HTML5. Use CSS instead.- Throws:
IOException
- See Also:
-
valign
@Deprecated default <Ex extends Throwable> E valign(IOSupplierE<? extends V, Ex> valign) throws IOException, ExDeprecated.The valign attribute is not supported in HTML5. Use CSS instead.- Type Parameters:
Ex
- An arbitrary exception type that may be thrown- Throws:
IOException
Ex
- See Also:
-