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-char-num-at-positioncljs

(get-char-num-at-position this & args)

Method.

Returns a long representing the character which caused a text to be rendered at a given position in the coordinate system. the relationship between characters and glyphs is not one-to-one, the first character of the relevant typographic character is

Method.

Returns a long representing the character which caused a text
to be rendered at a given position in the coordinate system.
the relationship between characters and glyphs is not one-to-one,
the first character of the relevant typographic character is
sourceraw docstring

get-computed-text-lengthcljs

(get-computed-text-length this & args)

Method.

Returns a float representing the computed length for the text the element.

Method.

Returns a float representing the computed length for the text
the element.
sourceraw docstring

get-end-position-of-charcljs

(get-end-position-of-char this & args)

Method.

Returns a DOMPoint representing the trailing position of a typographic after text layout has been performed. Note: In SVG 1.1 this method returned an SVGPoint.

Method.

Returns a DOMPoint representing the trailing position of a typographic
after text layout has been performed.
Note: In SVG 1.1 this method returned an SVGPoint.
sourceraw docstring

get-extent-of-charcljs

(get-extent-of-char this & args)

Method.

Returns a DOMRect representing the computed tight bounding box the glyph cell that corresponds to a given typographic character.

Method.

Returns a DOMRect representing the computed tight bounding box
the glyph cell that corresponds to a given typographic character.
sourceraw 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

get-rotation-of-charcljs

(get-rotation-of-char this & args)

Method.

Returns a float representing the rotation of typographic character.

Method.

Returns a float representing the rotation of typographic character.
sourceraw docstring

get-start-position-of-charcljs

(get-start-position-of-char this & args)

Method.

Returns a DOMPoint representing the position of a typographic after text layout has been performed. Note: In SVG 1.1 this method returned an SVGPoint.

Method.

Returns a DOMPoint representing the position of a typographic
after text layout has been performed.
Note: In SVG 1.1 this method returned an SVGPoint.
sourceraw docstring

get-sub-string-lengthcljs

(get-sub-string-length this & args)

Method.

Returns a float representing the computed length of the formatted advance distance for a substring of text within the element. that this method only accounts for the widths of the glyphs in substring and any extra spacing inserted by the CSS 'letter-spacing' 'word-spacing' properties. Visual spacing adjustments made by 'x' attribute is ignored.

Method.

Returns a float representing the computed length of the formatted
advance distance for a substring of text within the element.
that this method only accounts for the widths of the glyphs in
substring and any extra spacing inserted by the CSS 'letter-spacing'
'word-spacing' properties. Visual spacing adjustments made by
'x' attribute is ignored.
sourceraw docstring

length-adjustcljs

(length-adjust this)

Property.

An SVGAnimatedEnumeration reflecting the lengthAdjust attribute the given element. The numeric type values represent one of the values above.

Property.

An SVGAnimatedEnumeration reflecting the lengthAdjust attribute
the given element. The numeric type values represent one of the
values above.
sourceraw docstring

select-sub-stringcljs

(select-sub-string this & args)

Method.

Selects text within the element.

Method.

Selects text within the element.
sourceraw docstring

set-length-adjust!cljs

(set-length-adjust! this val)

Property.

An SVGAnimatedEnumeration reflecting the lengthAdjust attribute the given element. The numeric type values represent one of the values above.

Property.

An SVGAnimatedEnumeration reflecting the lengthAdjust attribute
the given element. The numeric type values represent one of the
values above.
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