Module com.aoapps.html.any
Interface Span<E extends Element<?,?,E> & Span<E>>
- Type Parameters:
E
- This element type
- All Known Implementing Classes:
AnyCOL
,AnyCOLGROUP
public interface Span<E extends Element<?,?,E> & Span<E>>
See HTML span Attribute.
- Author:
- AO Industries, Inc.
-
Method Summary
Modifier and TypeMethodDescriptiondefault E
span
(int span) See HTML span Attribute.span
(IOSupplierE<Integer, Ex> span) See HTML span Attribute.default E
See HTML span Attribute.
-
Method Details
-
span
See HTML span Attribute.- Throws:
IOException
-
span
See HTML span Attribute.- Throws:
IOException
-
span
See HTML span Attribute.- Type Parameters:
Ex
- An arbitrary exception type that may be thrown- Throws:
IOException
Ex
- See Also:
-