Interface HTMLBaseFontElement

All Superinterfaces:
Element, HTMLElement, Node

public interface HTMLBaseFontElement extends HTMLElement
Base font. See the BASEFONT element definition in HTML 4.0. This element is deprecated in HTML 4.0.
  • Method Details

    • 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)