Home » xml-commons-external-1.4.01-src » org.w3c » dom » html » [javadoc | source]
org.w3c.dom.html
public interface: HTMLTableCaptionElement [javadoc | source]

All Implemented Interfaces:
    HTMLElement

Table caption See the CAPTION element definition in HTML 4.0.
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)