Module com.aoapps.html.any
Interface Noshade<E extends Element<?,?,E> & Noshade<E>>
- Type Parameters:
E
- This element type
- All Known Implementing Classes:
AnyHR
Deprecated.
- Author:
- AO Industries, Inc.
-
Method Summary
Modifier and TypeMethodDescriptiondefault E
noshade
(boolean noshade) Deprecated.The noshade attribute of<hr>
is not supported in HTML5.noshade
(IOSupplierE<Boolean, Ex> noshade) Deprecated.The noshade attribute of<hr>
is not supported in HTML5.default E
Deprecated.The noshade attribute of<hr>
is not supported in HTML5.
-
Method Details
-
noshade
Deprecated.The noshade attribute of<hr>
is not supported in HTML5. Use CSS instead.- Throws:
IOException
-
noshade
Deprecated.The noshade attribute of<hr>
is not supported in HTML5. Use CSS instead.- Throws:
IOException
- See Also:
-
noshade
@Deprecated(forRemoval=false) default <Ex extends Throwable> E noshade(IOSupplierE<Boolean, Ex> noshade) throws IOException, ExDeprecated.The noshade attribute of<hr>
is not supported in HTML5. Use CSS instead.- Type Parameters:
Ex
- An arbitrary exception type that may be thrown- Throws:
IOException
Ex
- See Also:
-
<hr>
is not supported in HTML5. Use CSS instead.