//Auto-generated by kalyptus. DO NOT EDIT. package org.kde.koala; import org.kde.qt.Qt; import org.kde.qt.QtSupport; /** Table caption See the CAPTION element definition in HTML 4.0. @short Table caption See the align attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0. @short Caption alignment with respect to the table. */ public native String align(); /** see align @short see align */ public native void setAlign(String arg1); // DOM::HTMLTableCaptionElement* HTMLTableCaptionElement(DOM::HTMLTableCaptionElementImpl* arg1); >>>> NOT CONVERTED }