public class IframeTag extends CoreAttributes
| Modifier and Type | Method and Description |
|---|---|
String |
getAlign()
Specifies the alignment of an according to surrounding elements
|
String |
getDir()
Specifies the text direction for the content in an element
|
String |
getFrameborder()
Specifies whether or not to display a border around an element
|
String |
getHeight()
Specifies the height of an element
|
String |
getLang()
Specifies a language code for the content in an element
|
String |
getLongdesc()
Specifies a page that contains a long description of the content of an element
|
String |
getMarginheight()
Specifies the top and bottom margins of the content of an element
|
String |
getMarginwidth()
Specifies the left and right margins of the content of an element
|
String |
getNameAttribute()
Specifies the name of an element
|
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 |
getScrolling()
Specifies whether or not to display scrollbars in an element
|
String |
getSrc()
Specifies the address of the document to embed in the element
|
String |
getWidth()
Specifies the width of an element
|
getClassAttribute, getIdAttribute, getStyle, getTitlecompareTo, equals, getAttribute, getAttributes, getId, getName, getParent, getPosition, getSource, getTextContent, hashCode, setPosition, setSource, setTextContent, toStringpublic String getLongdesc()
public String getNameAttribute()
public String getSrc()
public String getFrameborder()
public String getMarginwidth()
public String getMarginheight()
public String getScrolling()
public String getAlign()
public String getHeight()
public String getWidth()
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.