org.w3c.dom.html
public interface: HTMLTableCaptionElement [javadoc |
source]
All Implemented Interfaces:
HTMLElement
Table caption See the CAPTION element definition in HTML 4.0.
See also the Document Object Model (DOM) Level 2 Specification.
| Method from org.w3c.dom.html.HTMLTableCaptionElement Summary: |
|---|
|
getAlign, setAlign |
| Method from org.w3c.dom.html.HTMLTableCaptionElement Detail: |
public String getAlign()
Caption alignment with respect to the table. See the align attribute
definition in HTML 4.0. This attribute is deprecated in HTML 4.0. |
public void setAlign(String align)
|