SVGTextContentElement

Module:
svg
Inherits from:
Declared In:

Overview

Use the links in the table of contents to the left to access the documentation.



Functions

getCharNumAtPosition
getComputedTextLength
getEndPositionOfChar
getExtentOfChar
getNumberOfChars
getRotationOfChar
getStartPositionOfChar
getSubStringLength
selectSubString

getCharNumAtPosition


long getCharNumAtPosition(
    in SVGPoint point); 


getComputedTextLength


float getComputedTextLength(); 


getEndPositionOfChar


SVGPoint getEndPositionOfChar(
    in unsigned long offset) raises(DOMException); 


getExtentOfChar


SVGRect getExtentOfChar(
    in unsigned long offset) raises(DOMException); 


getNumberOfChars


long getNumberOfChars(); 


getRotationOfChar


float getRotationOfChar(
    in unsigned long offset) raises(DOMException); 


getStartPositionOfChar


SVGPoint getStartPositionOfChar(
    in unsigned long offset) raises(DOMException); 


getSubStringLength


float getSubStringLength(
    in unsigned long offset, 
    in unsigned long length) raises(DOMException); 


selectSubString


void selectSubString(
    in unsigned long offset, 
    in unsigned long length) raises(DOMException); 

Member Data

lengthAdjust
LENGTHADJUST_SPACING
LENGTHADJUST_SPACINGANDGLYPHS
LENGTHADJUST_UNKNOWN
textLength

lengthAdjust


readonly attribute SVGAnimatedEnumeration lengthAdjust; 


LENGTHADJUST_SPACING


const unsigned short LENGTHADJUST_SPACING = 1; 


LENGTHADJUST_SPACINGANDGLYPHS


const unsigned short LENGTHADJUST_SPACINGANDGLYPHS = 2; 


LENGTHADJUST_UNKNOWN


const unsigned short LENGTHADJUST_UNKNOWN = 0; 


textLength


readonly attribute SVGAnimatedLength textLength; 

 

Last Updated: 2009-05-29