public class TdTag extends CoreAttributes
| Modifier and Type | Method and Description |
|---|---|
String |
getAbbr()
Specifies an abbreviated version of the content in a cell
|
String |
getAlign()
Aligns the content in a cell
|
String |
getAxis()
Categorizes cells
|
String |
getBgcolor()
Specifies the background color of a cell
|
String |
getChar()
Aligns the content in a cell to a character
|
String |
getCharoff()
Sets the number of characters the content will be aligned from the character specified by the char attribute
|
String |
getColspan()
Specifies the number of columns a cell should span
|
String |
getDir()
Specifies the text direction for the content in an element
|
String |
getHeaders()
Specifies one or more header cells a cell is related to
|
String |
getHeight()
Sets the height of a cell
|
String |
getLang()
Specifies a language code for the content in an element
|
String |
getNowrap()
Specifies that the content inside a cell should not wrap
|
String |
getOnclick()
Script to be run on a mouse click
|
String |
getOndblclick()
Script to be run on a mouse double-click
|
String |
getOnkeydown()
Script to be run when a key is pressed
|
String |
getOnkeypress()
Script to be run when a key is pressed and released
|
String |
getOnkeyup()
Script to be run when a key is released
|
String |
getOnmousedown()
Script to be run when mouse button is pressed
|
String |
getOnmousemove()
Script to be run when mouse pointer moves
|
String |
getOnmouseout()
Script to be run when mouse pointer moves out of an element
|
String |
getOnmouseover()
Script to be run when mouse pointer moves over an element
|
String |
getOnmouseup()
Script to be run when mouse button is released
|
String |
getRowspan()
Sets the number of rows a cell should span
|
String |
getScope()
Defines a way to associate header cells and data cells in a table
|
String |
getValign()
Vertical aligns the content in a cell
|
String |
getWidth()
Specifies the width of a cell
|
getClassAttribute, getIdAttribute, getStyle, getTitlecompareTo, equals, getAttribute, getAttributes, getId, getName, getParent, getPosition, getSource, getTextContent, hashCode, setPosition, setSource, setTextContent, toStringpublic String getAbbr()
public String getAxis()
public String getHeaders()
public String getScope()
public String getRowspan()
public String getColspan()
public String getAlign()
public String getChar()
public String getCharoff()
public String getValign()
public String getNowrap()
public String getBgcolor()
public String getWidth()
public String getHeight()
public String getLang()
public String getDir()
public String getOnclick()
public String getOndblclick()
public String getOnmousedown()
public String getOnmouseup()
public String getOnmouseover()
public String getOnmousemove()
public String getOnmouseout()
public String getOnkeypress()
public String getOnkeydown()
public String getOnkeyup()
Copyright © 2012. All Rights Reserved.