Liking cljdoc? Tell your friends :D

web.svg.SVGTextContentElement

The SVGTextContentElement interface is implemented by elements support rendering child text content. It is inherited by various interfaces, such as web.svg.SVGTextElement, web.svg.SVGTSpanElement, web.deprecated.SVGAltGlyphElement and web.svg.SVGTextPathElement.

The SVGTextContentElement interface is implemented by elements
support rendering child text content. It is inherited by various
interfaces, such as `web.svg.SVGTextElement`, `web.svg.SVGTSpanElement`,
`web.deprecated.SVGAltGlyphElement` and `web.svg.SVGTextPathElement`.
raw docstring

get-number-of-charscljs

(get-number-of-chars this & args)

Method.

Returns a long representing the total number of addressable characters for rendering within the current element, regardless of whether will be rendered.

Method.

Returns a long representing the total number of addressable characters
for rendering within the current element, regardless of whether
will be rendered.
sourceraw docstring

set-text-length!cljs

(set-text-length! this val)

Property.

An SVGAnimatedLength reflecting the textLength attribute of the element.

Property.

An SVGAnimatedLength reflecting the textLength attribute of the
element.
sourceraw docstring

text-lengthcljs

(text-length this)

Property.

An SVGAnimatedLength reflecting the textLength attribute of the element.

Property.

An SVGAnimatedLength reflecting the textLength attribute of the
element.
sourceraw docstring

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

× close