Method | Description | |
---|---|---|
ScriptableSvgTextContentElement ( object baseObject ) : System | ||
addEventListener ( string type, object listener, bool useCapture ) : void | ||
dispatchEvent ( IScriptableEvent evt ) : bool | ||
getCharNumAtPosition ( IScriptableSvgPoint point ) : long | ||
getComputedTextLength ( ) : float | ||
getEndPositionOfChar ( ulong charnum ) : IScriptableSvgPoint | ||
getExtentOfChar ( ulong charnum ) : IScriptableSvgRect | ||
getNumberOfChars ( ) : long | ||
getPresentationAttribute ( string name ) : IScriptableCssValue | ||
getRotationOfChar ( ulong charnum ) : float | ||
getStartPositionOfChar ( ulong charnum ) : IScriptableSvgPoint | ||
getSubStringLength ( ulong charnum, ulong nchars ) : float | ||
hasExtension ( string extension ) : bool | ||
removeEventListener ( string type, object listener, bool useCapture ) : void | ||
selectSubString ( ulong charnum, ulong nchars ) : void |
public ScriptableSvgTextContentElement ( object baseObject ) : System | ||
baseObject | object | |
return | System |
public addEventListener ( string type, object listener, bool useCapture ) : void | ||
type | string | |
listener | object | |
useCapture | bool | |
return | void |
public dispatchEvent ( IScriptableEvent evt ) : bool | ||
evt | IScriptableEvent | |
return | bool |
public getCharNumAtPosition ( IScriptableSvgPoint point ) : long | ||
point | IScriptableSvgPoint | |
return | long |
public getEndPositionOfChar ( ulong charnum ) : IScriptableSvgPoint | ||
charnum | ulong | |
return | IScriptableSvgPoint |
public getExtentOfChar ( ulong charnum ) : IScriptableSvgRect | ||
charnum | ulong | |
return | IScriptableSvgRect |
public getPresentationAttribute ( string name ) : IScriptableCssValue | ||
name | string | |
return | IScriptableCssValue |
public getRotationOfChar ( ulong charnum ) : float | ||
charnum | ulong | |
return | float |
public getStartPositionOfChar ( ulong charnum ) : IScriptableSvgPoint | ||
charnum | ulong | |
return | IScriptableSvgPoint |
public getSubStringLength ( ulong charnum, ulong nchars ) : float | ||
charnum | ulong | |
nchars | ulong | |
return | float |
public hasExtension ( string extension ) : bool | ||
extension | string | |
return | bool |
public removeEventListener ( string type, object listener, bool useCapture ) : void | ||
type | string | |
listener | object | |
useCapture | bool | |
return | void |
public selectSubString ( ulong charnum, ulong nchars ) : void | ||
charnum | ulong | |
nchars | ulong | |
return | void |