The HTMLBaseFontElement interface provides special properties
the regular web.dom.HTMLElement
interface it also has available
it by inheritance) for manipulating <basefont>
elements.
The HTMLBaseFontElement interface provides special properties the regular `web.dom.HTMLElement` interface it also has available it by inheritance) for manipulating `<basefont>` elements.
(color this)
Property.
Is a DOMString representing the text color using either a named or a color specified in the hexadecimal #RRGGBB format.
Property. Is a DOMString representing the text color using either a named or a color specified in the hexadecimal #RRGGBB format.
(face this)
Property.
Is a DOMString representing a list of one or more font names. document text in the default style is rendered in the first font that the client's browser supports. If no font listed is installed the local system, the browser typically defaults to the proportional fixed-width font for that system.
Property. Is a DOMString representing a list of one or more font names. document text in the default style is rendered in the first font that the client's browser supports. If no font listed is installed the local system, the browser typically defaults to the proportional fixed-width font for that system.
(set-color! this val)
Property.
Is a DOMString representing the text color using either a named or a color specified in the hexadecimal #RRGGBB format.
Property. Is a DOMString representing the text color using either a named or a color specified in the hexadecimal #RRGGBB format.
(set-face! this val)
Property.
Is a DOMString representing a list of one or more font names. document text in the default style is rendered in the first font that the client's browser supports. If no font listed is installed the local system, the browser typically defaults to the proportional fixed-width font for that system.
Property. Is a DOMString representing a list of one or more font names. document text in the default style is rendered in the first font that the client's browser supports. If no font listed is installed the local system, the browser typically defaults to the proportional fixed-width font for that system.
(set-size! this val)
Property.
Is a DOMString representing the font size as either a numeric relative value. Numeric values range from 1 to 7 with 1 being smallest and 3 the default. Relative value starts with a '+' a '-'.
Property. Is a DOMString representing the font size as either a numeric relative value. Numeric values range from 1 to 7 with 1 being smallest and 3 the default. Relative value starts with a '+' a '-'.
(size this)
Property.
Is a DOMString representing the font size as either a numeric relative value. Numeric values range from 1 to 7 with 1 being smallest and 3 the default. Relative value starts with a '+' a '-'.
Property. Is a DOMString representing the font size as either a numeric relative value. Numeric values range from 1 to 7 with 1 being smallest and 3 the default. Relative value starts with a '+' a '-'.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close