Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
public interface HTMLTableColElement
extends HTMLElement
COL
and COLGROUP
elements. See the
COL element definition in HTML 4.01.
See also the Document Object Model (DOM) Level 2 HTML Specification.
Method Summary | |
String |
|
String |
|
String |
|
int |
|
String |
|
String |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
Methods inherited from interface org.w3c.dom.Element | |
getAttribute , getAttributeNS , getAttributeNode , getAttributeNodeNS , getElementsByTagName , getElementsByTagNameNS , getSchemaTypeInfo , getTagName , hasAttribute , hasAttributeNS , removeAttribute , removeAttributeNS , removeAttributeNode , setAttribute , setAttributeNS , setAttributeNode , setAttributeNodeNS , setIdAttribute , setIdAttributeNS , setIdAttributeNode |
Methods inherited from interface org.w3c.dom.html2.HTMLElement | |
getClassName , getDir , getId , getLang , getTitle , setClassName , setDir , setId , setLang , setTitle |
public String getAlign()
Horizontal alignment of cell data in column. See the align attribute definition in HTML 4.01.
public String getCh()
Alignment character for cells in a column. See the char attribute definition in HTML 4.01.
public String getChOff()
Offset of alignment character. See the charoff attribute definition in HTML 4.01.
public int getSpan()
Indicates the number of columns in a group or affected by a grouping. See the span attribute definition in HTML 4.01.
public String getVAlign()
Vertical alignment of cell data in column. See the valign attribute definition in HTML 4.01.
public String getWidth()
Default column width. See the width attribute definition in HTML 4.01.
public void setAlign(String align)
Horizontal alignment of cell data in column. See the align attribute definition in HTML 4.01.
public void setCh(String ch)
Alignment character for cells in a column. See the char attribute definition in HTML 4.01.
public void setChOff(String chOff)
Offset of alignment character. See the charoff attribute definition in HTML 4.01.
public void setSpan(int span)
Indicates the number of columns in a group or affected by a grouping. See the span attribute definition in HTML 4.01.
public void setVAlign(String vAlign)
Vertical alignment of cell data in column. See the valign attribute definition in HTML 4.01.
public void setWidth(String width)
Default column width. See the width attribute definition in HTML 4.01.