Interface HTMLBaseFontElement

All Superinterfaces:
Element, EventTarget, HTMLElement, InnerHTML, Node, NonDocumentTypeChildNode, ParentNode

public interface HTMLBaseFontElement extends HTMLElement
Provides special properties (beyond the regular HTMLElement interface it also has available to it by inheritance) for manipulating <basefont> elements.
  • Method Details

    • getFace

      @Deprecated String getFace()
      Deprecated.
      Sets or retrieves the current typeface family.
      Returns:
      a String object.
    • setFace

      void setFace(String face)

      setFace.

      Parameters:
      face - a String object.
    • getSize

      @Deprecated double getSize()
      Deprecated.
      Sets or retrieves the font size of the object.
      Returns:
      a double.
    • setSize

      void setSize(double size)

      setSize.

      Parameters:
      size - a double.