Methods Summary |
---|
public java.lang.String | getAbbr()Abbreviation for header cells. See the abbr attribute definition in
HTML 4.0.
|
public java.lang.String | getAlign()Horizontal alignment of data in cell. See the align attribute
definition in HTML 4.0.
|
public java.lang.String | getAxis()Names group of related headers. See the axis attribute definition in
HTML 4.0.
|
public java.lang.String | getBgColor()Cell background color. See the bgcolor attribute definition in HTML
4.0. This attribute is deprecated in HTML 4.0.
|
public int | getCellIndex()The index of this cell in the row, starting from 0. This index is in
document tree order and not display order.
|
public java.lang.String | getCh()Alignment character for cells in a column. See the char attribute
definition in HTML 4.0.
|
public java.lang.String | getChOff()Offset of alignment character. See the charoff attribute definition
in HTML 4.0.
|
public int | getColSpan()Number of columns spanned by cell. See the colspan attribute
definition in HTML 4.0.
|
public java.lang.String | getHeaders()List of id attribute values for header cells. See the
headers attribute definition in HTML 4.0.
|
public java.lang.String | getHeight()Cell height. See the height attribute definition in HTML 4.0. This
attribute is deprecated in HTML 4.0.
|
public boolean | getNoWrap()Suppress word wrapping. See the nowrap attribute definition in HTML
4.0. This attribute is deprecated in HTML 4.0.
|
public int | getRowSpan()Number of rows spanned by cell. See the rowspan attribute definition
in HTML 4.0.
|
public java.lang.String | getScope()Scope covered by header cells. See the scope attribute definition in
HTML 4.0.
|
public java.lang.String | getVAlign()Vertical alignment of data in cell. See the valign attribute
definition in HTML 4.0.
|
public java.lang.String | getWidth()Cell width. See the width attribute definition in HTML 4.0. This
attribute is deprecated in HTML 4.0.
|
public void | setAbbr(java.lang.String abbr)
|
public void | setAlign(java.lang.String align)
|
public void | setAxis(java.lang.String axis)
|
public void | setBgColor(java.lang.String bgColor)
|
public void | setCh(java.lang.String ch)
|
public void | setChOff(java.lang.String chOff)
|
public void | setColSpan(int colSpan)
|
public void | setHeaders(java.lang.String headers)
|
public void | setHeight(java.lang.String height)
|
public void | setNoWrap(boolean noWrap)
|
public void | setRowSpan(int rowSpan)
|
public void | setScope(java.lang.String scope)
|
public void | setVAlign(java.lang.String vAlign)
|
public void | setWidth(java.lang.String width)
|