public class ImgTag extends CoreAttributes
| Modifier and Type | Method and Description |
|---|---|
String |
getAlign()
Specifies the alignment of an image according to surrounding elements
|
String |
getAlt()
Specifies an alternate text for an image
|
String |
getBorder()
Specifies the width of the border around an image
|
String |
getDir()
Specifies the text direction for the content in an element
|
String |
getHeight()
Specifies the height of an image
|
String |
getHspace()
Specifies the whitespace on left and right side of an image
|
String |
getIsmap()
Specifies an image as a server-side image-map
|
String |
getLang()
Specifies a language code for the content in an element
|
String |
getLongdesc()
Specifies the URL to a document that contains a long description of an image
|
String |
getNameAttribute()
getNameAttribute.
|
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 |
getSrc()
Specifies the URL of an image
|
String |
getUsemap()
Specifies an image as a client-side image-map
|
String |
getVspace()
Specifies the whitespace on top and bottom of an image
|
String |
getWidth()
Specifies the width of an image
|
getClassAttribute, getIdAttribute, getStyle, getTitlecompareTo, equals, getAttribute, getAttributes, getId, getName, getParent, getPosition, getSource, getTextContent, hashCode, setPosition, setSource, setTextContent, toStringpublic String getSrc()
public String getAlt()
public String getLongdesc()
public String getHeight()
public String getWidth()
public String getUsemap()
public String getIsmap()
public String getAlign()
public String getBorder()
public String getHspace()
public String getVspace()
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.