public class TfootTag extends CoreAttributes
| Modifier and Type | Method and Description | ||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
String |
getAlign()
Aligns the content inside the element
StringgetChar()
Aligns the content inside the element to a character
StringgetCharoff()
Sets the number of characters the content inside the element will be aligned from the character specified by the char attribute
StringgetDir()
Specifies the text direction for the content in an element
StringgetLang()
Specifies a language code for the content in an element
StringgetOnclick()
Script to be run on a mouse click
StringgetOndblclick()
Script to be run on a mouse double-click
StringgetOnkeydown()
Script to be run when a key is pressed
StringgetOnkeypress()
Script to be run when a key is pressed and released
StringgetOnkeyup()
Script to be run when a key is released
StringgetOnmousedown()
Script to be run when mouse button is pressed
StringgetOnmousemove()
Script to be run when mouse pointer moves
StringgetOnmouseout()
Script to be run when mouse pointer moves out of an element
StringgetOnmouseover()
Script to be run when mouse pointer moves over an element
StringgetOnmouseup()
Script to be run when mouse button is released
StringgetValign()
Vertical aligns the content inside the element
|
getClassAttribute, getIdAttribute, getStyle, getTitlecompareTo, equals, getAttribute, getAttributes, getId, getName, getParent, getPosition, getSource, getTextContent, hashCode, setPosition, setSource, setTextContent, toStringpublic String getAlign()
public String getChar()
public String getCharoff()
public String getValign()
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.