Class HtmlBaseFont

All Implemented Interfaces:
Serializable, Cloneable, Element, Node

public class HtmlBaseFont extends HtmlElement
Wrapper for the HTML element "basefont".
See Also:
  • Field Details

  • Method Details

    • getIdAttribute

      public final String getIdAttribute()
      Returns the value of the attribute id. Refer to the HTML 4.01 documentation for details on the use of this attribute.
      Returns:
      the value of the attribute id or an empty string if that attribute isn't defined
    • getSizeAttribute

      public final String getSizeAttribute()
      Returns the value of the attribute size. Refer to the HTML 4.01 documentation for details on the use of this attribute.
      Returns:
      the value of the attribute size or an empty string if that attribute isn't defined
    • getColorAttribute

      public final String getColorAttribute()
      Returns the value of the attribute color. Refer to the HTML 4.01 documentation for details on the use of this attribute.
      Returns:
      the value of the attribute color or an empty string if that attribute isn't defined
    • getFaceAttribute

      public final String getFaceAttribute()
      Returns the value of the attribute face. Refer to the HTML 4.01 documentation for details on the use of this attribute.
      Returns:
      the value of the attribute face or an empty string if that attribute isn't defined
    • getDefaultStyleDisplay

      public HtmlElement.DisplayStyle getDefaultStyleDisplay()
      INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
      Returns the default display style.
      Overrides:
      getDefaultStyleDisplay in class HtmlElement
      Returns:
      the default display style