SVGTextContentElement in SVG 1.1

(no overview available)

Instance Properties

name type description
attributes NamedNodeMap (read only) [from Node]
childNodes NodeList (read only) [from Node]
className SVGAnimatedString (read only) [from SVGStylable]
externalResourcesRequired SVGAnimatedBoolean (read only) Does the element require external data to be loaded before it can be rendered? [from SVGExternalResourcesRequired]
firstChild Node (read only) [from Node]
id String [from SVGElement]
lastChild Node (read only) [from Node]
lengthAdjust SVGAnimatedEnumeration (read only)
localName String (read only) [from Node]
namespaceURI String (read only) [from Node]
nextSibling Node (read only) [from Node]
nodeName String (read only) [from Node]
nodeType Number (read only) [from Node]
nodeValue String [from Node]
ownerDocument Document (read only) [from Node]
ownerSVGElement SVGSVGElement (read only) [from SVGElement]
parentNode Node (read only) [from Node]
prefix String [from Node]
previousSibling Node (read only) [from Node]
requiredExtensions SVGStringList (read only) [from SVGTests]
requiredFeatures SVGStringList (read only) [from SVGTests]
systemLanguage SVGStringList (read only) [from SVGTests]
tagName String (read only) [from Element]
textLength SVGAnimatedLength (read only)
viewportElement SVGElement (read only) [from SVGElement]
xmlbase String [from SVGElement]
xmllang String [from SVGLangSpace]
xmlspace String [from SVGLangSpace]

Instance Methods

name returns description
addEventListener(type,listener,useCapture) (none) [from EventTarget]
appendChild(newChild) Node [from Node]
cloneNode(deep) Node Return a new copy of the node. [from Node]
dispatchEvent(evt) Boolean Dispatches an event to the invoking object. [from EventTarget]
getAttribute(name) String [from Element]
getAttributeNode(name) Attr [from Element]
getAttributeNodeNS(namespaceURI,localName) Attr [from Element]
getAttributeNS(namespaceURI,localName) String [from Element]
getCharNumAtPosition(point) Number
getComputedTextLength() Number
getElementsByTagName(name) NodeList [from Element]
getElementsByTagNameNS(namespaceURI,localName) NodeList [from Element]
getEndPositionOfChar(charnum) SVGPoint
getExtentOfChar(charnum) SVGRect
getNumberOfChars() Number
getPresentationAttribute(name) CSSValue [from SVGStylable]
getRotationOfChar(charnum) Number
getStartPositionOfChar(charnum) SVGPoint
getSubStringLength(charnum,nchars) Number
hasAttribute(name) Boolean [from Element]
hasAttributeNS(namespaceURI,localName) Boolean [from Element]
hasAttributes() Boolean [from Node]
hasChildNodes() Boolean [from Node]
hasExtension(extension) Boolean [from SVGTests]
insertBefore(newChild,refChild) Node [from Node]
isSupported(feature,version) Boolean [from Node]
normalize() (none) [from Node]
removeAttribute(name) (none) [from Element]
removeAttributeNode(oldAttr) Attr [from Element]
removeAttributeNS(namespaceURI,localName) (none) [from Element]
removeChild(oldChild) Node [from Node]
removeEventListener(type,listener,useCapture) (none) [from EventTarget]
replaceChild(newChild,oldChild) Node [from Node]
selectSubString(charnum,nchars) (none)
setAttribute(name,value) (none) [from Element]
setAttributeNode(newAttr) Attr [from Element]
setAttributeNodeNS(newAttr) Attr [from Element]
setAttributeNS(namespaceURI,qualifiedName,value) (none) [from Element]

Constants

name object value description
LENGTHADJUST_UNKNOWN SVGTextContentElement 0
LENGTHADJUST_SPACING SVGTextContentElement 1
LENGTHADJUST_SPACINGANDGLYPHS SVGTextContentElement 2