Module jdk.xml.dom

Interface HTMLBaseFontElement

    • Method Detail

      • getColor

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

        void setColor​(String color)
      • getFace

        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​(String face)
      • getSize

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

        void setSize​(String size)