Class HTMLFontElementImpl

All Implemented Interfaces:
Cloneable, Element, EventTarget, org.w3c.dom.html.HTMLElement, org.w3c.dom.html.HTMLFontElement, Node, NodeList, TypeInfo

public class HTMLFontElementImpl extends HTMLElementImpl implements org.w3c.dom.html.HTMLFontElement
See Also:
  • Constructor Details

  • Method Details

    • getColor

      public String getColor()
      Specified by:
      getColor in interface org.w3c.dom.html.HTMLFontElement
    • setColor

      public void setColor(String color)
      Specified by:
      setColor in interface org.w3c.dom.html.HTMLFontElement
    • getFace

      public String getFace()
      Specified by:
      getFace in interface org.w3c.dom.html.HTMLFontElement
    • setFace

      public void setFace(String face)
      Specified by:
      setFace in interface org.w3c.dom.html.HTMLFontElement
    • getSize

      public String getSize()
      Specified by:
      getSize in interface org.w3c.dom.html.HTMLFontElement
    • setSize

      public void setSize(String size)
      Specified by:
      setSize in interface org.w3c.dom.html.HTMLFontElement