C# Class SharpVectors.Scripting.ScriptableSvgTextContentElement

Implementation wrapper for IScriptableSvgTextContentElement
Inheritance: ScriptableSvgElement, IScriptableSvgTextContentElement, IScriptableSvgTests, IScriptableSvgLangSpace, IScriptableSvgExternalResourcesRequired, IScriptableSvgStylable, IScriptableEventTarget
Afficher le fichier Open project: codebutler/savagesvg

Méthodes publiques

Méthode 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

Method Details

ScriptableSvgTextContentElement() public méthode

public ScriptableSvgTextContentElement ( object baseObject ) : System
baseObject object
Résultat System

addEventListener() public méthode

public addEventListener ( string type, object listener, bool useCapture ) : void
type string
listener object
useCapture bool
Résultat void

dispatchEvent() public méthode

public dispatchEvent ( IScriptableEvent evt ) : bool
evt IScriptableEvent
Résultat bool

getCharNumAtPosition() public méthode

public getCharNumAtPosition ( IScriptableSvgPoint point ) : long
point IScriptableSvgPoint
Résultat long

getComputedTextLength() public méthode

public getComputedTextLength ( ) : float
Résultat float

getEndPositionOfChar() public méthode

public getEndPositionOfChar ( ulong charnum ) : IScriptableSvgPoint
charnum ulong
Résultat IScriptableSvgPoint

getExtentOfChar() public méthode

public getExtentOfChar ( ulong charnum ) : IScriptableSvgRect
charnum ulong
Résultat IScriptableSvgRect

getNumberOfChars() public méthode

public getNumberOfChars ( ) : long
Résultat long

getPresentationAttribute() public méthode

public getPresentationAttribute ( string name ) : IScriptableCssValue
name string
Résultat IScriptableCssValue

getRotationOfChar() public méthode

public getRotationOfChar ( ulong charnum ) : float
charnum ulong
Résultat float

getStartPositionOfChar() public méthode

public getStartPositionOfChar ( ulong charnum ) : IScriptableSvgPoint
charnum ulong
Résultat IScriptableSvgPoint

getSubStringLength() public méthode

public getSubStringLength ( ulong charnum, ulong nchars ) : float
charnum ulong
nchars ulong
Résultat float

hasExtension() public méthode

public hasExtension ( string extension ) : bool
extension string
Résultat bool

removeEventListener() public méthode

public removeEventListener ( string type, object listener, bool useCapture ) : void
type string
listener object
useCapture bool
Résultat void

selectSubString() public méthode

public selectSubString ( ulong charnum, ulong nchars ) : void
charnum ulong
nchars ulong
Résultat void