Module com.aoapps.html.any
Interface Cellpadding<E extends Element<?,?,E> & Cellpadding<E>>
- Type Parameters:
E
- This element type
- All Known Implementing Classes:
AnyTABLE
Deprecated.
The cellpadding attribute is not supported in HTML5. Use CSS instead.
- Author:
- AO Industries, Inc.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
Deprecated.The cellpadding attribute is not supported in HTML5. -
Method Summary
Modifier and TypeMethodDescriptiondefault E
cellpadding
(int pixels) Deprecated.The cellpadding attribute is not supported in HTML5.cellpadding
(Suppliers.String<Ex> pixelsOrPercent) Deprecated.The cellpadding attribute is not supported in HTML5.cellpadding
(IOSupplierE<? extends Integer, Ex> pixels) Deprecated.The cellpadding attribute is not supported in HTML5.default E
cellpadding
(Integer pixels) Deprecated.The cellpadding attribute is not supported in HTML5.default E
cellpadding
(String pixelsOrPercent) Deprecated.The cellpadding attribute is not supported in HTML5.
-
Method Details
-
cellpadding
Deprecated.The cellpadding attribute is not supported in HTML5. Use CSS instead.- Throws:
IOException
-
cellpadding
Deprecated.The cellpadding attribute is not supported in HTML5. Use CSS instead.- Throws:
IOException
-
cellpadding
@Deprecated default <Ex extends Throwable> E cellpadding(IOSupplierE<? extends Integer, Ex> pixels) throws IOException, ExDeprecated.The cellpadding attribute is not supported in HTML5. Use CSS instead.- Type Parameters:
Ex
- An arbitrary exception type that may be thrown- Throws:
IOException
Ex
-
cellpadding
Deprecated.The cellpadding attribute is not supported in HTML5. Use CSS instead.- Throws:
IOException
-
cellpadding
@Deprecated default <Ex extends Throwable> E cellpadding(Suppliers.String<Ex> pixelsOrPercent) throws IOException, Ex Deprecated.The cellpadding 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:
-