Module com.aoapps.html.any
Interface Align<E extends Element<?,?,E> & Align<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
,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.
See HTML align attribute.
- Author:
- AO Industries, Inc.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
Deprecated.The align attribute is not supported in HTML5. -
Method Summary
Modifier and TypeMethodDescriptionalign
(Suppliers.String<Ex> align) Deprecated.The align attribute is not supported in HTML5.align
(IOSupplierE<? extends V, Ex> align) Deprecated.The align attribute is not supported in HTML5.default E
Deprecated.The align attribute is not supported in HTML5.default E
Deprecated.The align attribute is not supported in HTML5.
-
Method Details
-
align
Deprecated.The align attribute is not supported in HTML5. Use CSS instead.See HTML align attribute.- Throws:
IOException
-
align
@Deprecated default <Ex extends Throwable> E align(Suppliers.String<Ex> align) throws IOException, Ex Deprecated.The align attribute is not supported in HTML5. Use CSS instead.See HTML align attribute.- Type Parameters:
Ex
- An arbitrary exception type that may be thrown- Throws:
IOException
Ex
- See Also:
-
align
Deprecated.The align attribute is not supported in HTML5. Use CSS instead.See HTML align attribute.- Throws:
IOException
- See Also:
-
align
@Deprecated default <Ex extends Throwable> E align(IOSupplierE<? extends V, Ex> align) throws IOException, ExDeprecated.The align attribute is not supported in HTML5. Use CSS instead.See HTML align attribute.- Type Parameters:
Ex
- An arbitrary exception type that may be thrown- Throws:
IOException
Ex
- See Also:
-