COL
and COLGROUP
elements. See the
COL element definition in HTML 4.0.
See also the Document Object Model (DOM) Level 2 Specification.
Modifier and Type | Method and Description |
---|---|
public String | |
public String | |
public String | |
public int | |
public String | |
public String | |
public void | |
public void | |
public void | |
public void | |
public void | |
public void |
getAlign | back to summary |
---|---|
public String getAlign() Horizontal alignment of cell data in column. See the align attribute definition in HTML 4.0. |
getCh | back to summary |
---|---|
public String getCh() Alignment character for cells in a column. See the char attribute definition in HTML 4.0. |
getChOff | back to summary |
---|---|
public String getChOff() Offset of alignment character. See the charoff attribute definition in HTML 4.0. |
getSpan | back to summary |
---|---|
public int getSpan() Indicates the number of columns in a group or affected by a grouping. See the span attribute definition in HTML 4.0. |
getVAlign | back to summary |
---|---|
public String getVAlign() Vertical alignment of cell data in column. See the valign attribute definition in HTML 4.0. |
getWidth | back to summary |
---|---|
public String getWidth() Default column width. See the width attribute definition in HTML 4.0. |
setAlign | back to summary |
---|---|
public void setAlign(String align) |
setCh | back to summary |
---|---|
public void setCh(String ch) |
setChOff | back to summary |
---|---|
public void setChOff(String chOff) |
setSpan | back to summary |
---|---|
public void setSpan(int span) |
setVAlign | back to summary |
---|---|
public void setVAlign(String vAlign) |
setWidth | back to summary |
---|---|
public void setWidth(String width) |