Class HTMLFontElementImpl

    • Constructor Detail

      • HTMLFontElementImpl

        public HTMLFontElementImpl​(java.lang.String name)
    • Method Detail

      • getColor

        public java.lang.String getColor()
        Description copied from interface: HTMLFontElement
        Font color. See the color attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.
        Specified by:
        getColor in interface HTMLFontElement
      • getFace

        public java.lang.String getFace()
        Description copied from interface: HTMLFontElement
        Font face identifier. See the face attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.
        Specified by:
        getFace in interface HTMLFontElement
      • getSize

        public java.lang.String getSize()
        Description copied from interface: HTMLFontElement
        Font size. See the size attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.
        Specified by:
        getSize in interface HTMLFontElement
      • setColor

        public void setColor​(java.lang.String color)
        Description copied from interface: HTMLFontElement
        Font color. See the color attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.
        Specified by:
        setColor in interface HTMLFontElement
      • setFace

        public void setFace​(java.lang.String face)
        Description copied from interface: HTMLFontElement
        Font face identifier. See the face attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.
        Specified by:
        setFace in interface HTMLFontElement
      • setSize

        public void setSize​(java.lang.String size)
        Description copied from interface: HTMLFontElement
        Font size. See the size attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.
        Specified by:
        setSize in interface HTMLFontElement