Liking cljdoc? Tell your friends :D

web.dom.HTMLBaseFontElement

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.
raw docstring

colorcljs

(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.
sourceraw docstring

facecljs

(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.
sourceraw docstring

set-color!cljs

(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.
sourceraw docstring

set-face!cljs

(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.
sourceraw docstring

set-size!cljs

(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 '-'.
sourceraw docstring

sizecljs

(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 '-'.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close