|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HTMLBodyElement
The HTML document body. This element is always present in the DOM API,even if the tags are not present in the source document. See the BODY element definition in HTML 4.0.
Field Summary |
---|
Method Summary | |
---|---|
java.lang.String |
getALink()
Color of active links (after mouse-button down, but beforemouse-button up). |
java.lang.String |
getBackground()
URI of the background texture tile image. |
java.lang.String |
getBgColor()
Document background color. |
java.lang.String |
getLink()
Color of links that are not active and unvisited. |
java.lang.String |
getText()
Document text color. |
java.lang.String |
getVLink()
Color of links that have been visited by the user. |
void |
setALink(java.lang.String aLink)
|
void |
setBackground(java.lang.String background)
|
void |
setBgColor(java.lang.String bgColor)
|
void |
setLink(java.lang.String link)
|
void |
setText(java.lang.String text)
|
void |
setVLink(java.lang.String vLink)
|
Methods inherited from interface org.w3c.dom.html.HTMLElement |
---|
getClassName, getDir, getId, getLang, getTitle, setClassName, setDir, setId, setLang, setTitle |
Methods inherited from interface org.w3c.dom.Element |
---|
getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getElementsByTagName, getElementsByTagNameNS, getSchemaTypeInfo, getTagName, hasAttribute, hasAttributeNS, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS, setIdAttribute, setIdAttributeNode, setIdAttributeNS |
Methods inherited from interface org.w3c.dom.Node |
---|
appendChild, cloneNode, compareDocumentPosition, getAttributes, getBaseURI, getChildNodes, getFeature, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, getTextContent, getUserData, hasAttributes, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, removeChild, replaceChild, setNodeValue, setPrefix, setTextContent, setUserData |
Method Detail |
---|
java.lang.String getALink()
void setALink(java.lang.String aLink)
java.lang.String getBackground()
void setBackground(java.lang.String background)
java.lang.String getBgColor()
void setBgColor(java.lang.String bgColor)
java.lang.String getLink()
void setLink(java.lang.String link)
java.lang.String getText()
void setText(java.lang.String text)
java.lang.String getVLink()
void setVLink(java.lang.String vLink)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |