org.w3c.dom.html2
public interface HTMLAreaElement extends HTMLElement
See also the Document Object Model (DOM) Level 2 HTML Specification.
| Method Summary | |
|---|---|
| String | getAccessKey()
A single character access key to give access to the form control. |
| String | getAlt()
Alternate text for user agents not rendering the normal content of this
element. |
| String | getCoords()
Comma-separated list of lengths, defining an active region geometry.
|
| String | getHref()
The URI [IETF RFC 2396] of the linked resource. |
| boolean | getNoHref()
Specifies that this area is inactive, i.e., has no associated action.
|
| String | getShape()
The shape of the active area. |
| int | getTabIndex()
Index that represents the element's position in the tabbing order. |
| String | getTarget()
Frame to render the resource in. |
| void | setAccessKey(String accessKey)
A single character access key to give access to the form control. |
| void | setAlt(String alt)
Alternate text for user agents not rendering the normal content of this
element. |
| void | setCoords(String coords)
Comma-separated list of lengths, defining an active region geometry.
|
| void | setHref(String href)
The URI [IETF RFC 2396] of the linked resource. |
| void | setNoHref(boolean noHref)
Specifies that this area is inactive, i.e., has no associated action.
|
| void | setShape(String shape)
The shape of the active area. |
| void | setTabIndex(int tabIndex)
Index that represents the element's position in the tabbing order. |
| void | setTarget(String target)
Frame to render the resource in. |
shape for the shape of the region. See the
coords attribute definition in HTML 4.01.coords. See the shape attribute definition in HTML 4.01.shape for the shape of the region. See the
coords attribute definition in HTML 4.01.coords. See the shape attribute definition in HTML 4.01.