org.w3c.dom.html2
public interface HTMLTableCaptionElement extends HTMLElement
See also the Document Object Model (DOM) Level 2 HTML Specification.
Method Summary | |
---|---|
String | getAlign()
Caption alignment with respect to the table. |
void | setAlign(String align)
Caption alignment with respect to the table. |