Module com.aoapps.html.any
Interface Rowspan<E extends Element<?,?,E> & Rowspan<E>>
- Type Parameters:
E
- This element type
public interface Rowspan<E extends Element<?,?,E> & Rowspan<E>>
- Author:
- AO Industries, Inc.
-
Method Details
-
rowspan
- Parameters:
rowspan
- Will not write the attribute when is1
.- Throws:
IOException
-
rowspan
- Parameters:
rowspan
- Will not write the attribute when isnull
or1
.- Throws:
IOException
-
rowspan
default <Ex extends Throwable> E rowspan(IOSupplierE<? extends Integer, Ex> rowspan) throws IOException, Ex- Type Parameters:
Ex
- An arbitrary exception type that may be thrown- Parameters:
rowspan
- Will not write the attribute when isnull
or1
.- Throws:
IOException
Ex
- See Also:
-