//Auto-generated by kalyptus. DO NOT EDIT. package org.kde.koala; import org.kde.qt.Qt; import org.kde.qt.QtSupport; /** Regroups the COL and COLGROUP elements. See the COL element definition in HTML 4.0. @short Regroups the COL and COLGROUP elements. */ public class HTMLTableColElement extends HTMLElement { protected HTMLTableColElement(Class dummy){super((Class) null);} public HTMLTableColElement() { super((Class) null); newHTMLTableColElement(); } private native void newHTMLTableColElement(); public HTMLTableColElement(HTMLTableColElement other) { super((Class) null); newHTMLTableColElement(other); } private native void newHTMLTableColElement(HTMLTableColElement other); public HTMLTableColElement(Node other) { super((Class) null); newHTMLTableColElement(other); } private native void newHTMLTableColElement(Node other); /** Horizontal alignment of cell data in column. See the align attribute definition in HTML 4.0. @short Horizontal alignment of cell data in column. */ public native String align(); /** see align @short see align */ public native void setAlign(String arg1); /** Alignment character for cells in a column. See the char attribute definition in HTML 4.0. @short Alignment character for cells in a column. */ public native String ch(); /** see ch @short see ch */ public native void setCh(String arg1); /** Offset of alignment character. See the charoff attribute definition in HTML 4.0. @short Offset of alignment character. */ public native String chOff(); /** see chOff @short see chOff */ public native void setChOff(String arg1); /** Indicates the number of columns in a group or affected by a grouping. See the span attribute definition in HTML 4.0. @short Indicates the number of columns in a group or affected by a grouping. */ public native long span(); /** see span @short see span */ public native void setSpan(long arg1); /** Vertical alignment of cell data in column. See the valign attribute definition in HTML 4.0. @short Vertical alignment of cell data in column. */ public native String vAlign(); /** see vAlign @short see vAlign */ public native void setVAlign(String arg1); /** Default column width. See the width attribute definition in HTML 4.0. @short Default column width. */ public native String width(); /** see width @short see width */ public native void setWidth(String arg1); // DOM::HTMLTableColElement* HTMLTableColElement(DOM::HTMLTableColElementImpl* arg1); >>>> NOT CONVERTED }