Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
public interface HTMLFontElement
extends HTMLElement
See also the Document Object Model (DOM) Level 2 HTML Specification.
Method Summary | |
String |
|
String |
|
String |
|
void | |
void | |
void |
Methods inherited from interface org.w3c.dom.Element | |
getAttribute , getAttributeNS , getAttributeNode , getAttributeNodeNS , getElementsByTagName , getElementsByTagNameNS , getSchemaTypeInfo , getTagName , hasAttribute , hasAttributeNS , removeAttribute , removeAttributeNS , removeAttributeNode , setAttribute , setAttributeNS , setAttributeNode , setAttributeNodeNS , setIdAttribute , setIdAttributeNS , setIdAttributeNode |
Methods inherited from interface org.w3c.dom.html2.HTMLElement | |
getClassName , getDir , getId , getLang , getTitle , setClassName , setDir , setId , setLang , setTitle |
public String getColor()
Font color. See the color attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.
public String getFace()
Font face identifier. See the face attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.
public String getSize()
Font size. See the size attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.
public void setColor(String color)
Font color. See the color attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.
public void setFace(String face)
Font face identifier. See the face attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.
public void setSize(String size)
Font size. See the size attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.