| Added Methods |
String getClassName()
|
Sets the class attribute of the element. |
String getDir()
|
Specifies the base direction of directionally neutral text and the directionality of tables. |
Dimension getElementSize()
|
Returns element size. |
String getId()
|
Returns the element's identifier. |
String getLang()
|
Returns Language code defined in RFC 1766. |
String getTitle()
|
Returns the element's advisory title. |
void setClassName(String)
|
Returns the class attribute of the element. |
void setDir(String)
|
Specifies the base direction of directionally neutral text and the directionality of tables. |
void setId(String)
|
Sets the element's identifier. |
void setLang(String)
|
Sets Language code defined in RFC 1766. |
void setTitle(String)
|
Sets the element's advisory title. |