Interface HTMLFontElement

  • All Superinterfaces:
    Element, HTMLElement, Node

    public interface HTMLFontElement
    extends HTMLElement
    Local change to font. See the FONT element definition in HTML 4.0. This element is deprecated in HTML 4.0.
    • Method Detail

      • getColor

        java.lang.String getColor()
        Font color. See the color attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.
      • setColor

        void setColor​(java.lang.String color)
      • getFace

        java.lang.String getFace()
        Font face identifier. See the face attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.
      • setFace

        void setFace​(java.lang.String face)
      • getSize

        java.lang.String getSize()
        Font size. See the size attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.
      • setSize

        void setSize​(java.lang.String size)