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