public class FrameTag extends CoreAttributes
| Modifier and Type | Method and Description |
|---|---|
String |
getFrameborder()
Specifies whether or not to display a border around a frame
|
String |
getLongdesc()
Specifies a page that contains a long description of the content of a frame
|
String |
getMarginheight()
Specifies the top and bottom margins of a frame
|
String |
getMarginwidth()
Specifies the left and right margins of a frame
|
String |
getNameAttribute()
Specifies the name of a frame
|
String |
getNoresize()
Specifies that a frame is not resizable
|
String |
getScrolling()
Specifies whether or not to display scrollbars in a frame
|
String |
getSrc()
Specifies the URL of the document to show in a frame
|
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 getNoresize()
public String getScrolling()
Copyright © 2012. All Rights Reserved.