C# 클래스 SharpVectors.Scripting.ScriptableSvgTextContentElement

Implementation wrapper for IScriptableSvgTextContentElement
상속: ScriptableSvgElement, IScriptableSvgTextContentElement, IScriptableSvgTests, IScriptableSvgLangSpace, IScriptableSvgExternalResourcesRequired, IScriptableSvgStylable, IScriptableEventTarget
파일 보기 프로젝트 열기: codebutler/savagesvg

공개 메소드들

메소드 설명
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

메소드 상세

ScriptableSvgTextContentElement() 공개 메소드

public ScriptableSvgTextContentElement ( object baseObject ) : System
baseObject object
리턴 System

addEventListener() 공개 메소드

public addEventListener ( string type, object listener, bool useCapture ) : void
type string
listener object
useCapture bool
리턴 void

dispatchEvent() 공개 메소드

public dispatchEvent ( IScriptableEvent evt ) : bool
evt IScriptableEvent
리턴 bool

getCharNumAtPosition() 공개 메소드

public getCharNumAtPosition ( IScriptableSvgPoint point ) : long
point IScriptableSvgPoint
리턴 long

getComputedTextLength() 공개 메소드

public getComputedTextLength ( ) : float
리턴 float

getEndPositionOfChar() 공개 메소드

public getEndPositionOfChar ( ulong charnum ) : IScriptableSvgPoint
charnum ulong
리턴 IScriptableSvgPoint

getExtentOfChar() 공개 메소드

public getExtentOfChar ( ulong charnum ) : IScriptableSvgRect
charnum ulong
리턴 IScriptableSvgRect

getNumberOfChars() 공개 메소드

public getNumberOfChars ( ) : long
리턴 long

getPresentationAttribute() 공개 메소드

public getPresentationAttribute ( string name ) : IScriptableCssValue
name string
리턴 IScriptableCssValue

getRotationOfChar() 공개 메소드

public getRotationOfChar ( ulong charnum ) : float
charnum ulong
리턴 float

getStartPositionOfChar() 공개 메소드

public getStartPositionOfChar ( ulong charnum ) : IScriptableSvgPoint
charnum ulong
리턴 IScriptableSvgPoint

getSubStringLength() 공개 메소드

public getSubStringLength ( ulong charnum, ulong nchars ) : float
charnum ulong
nchars ulong
리턴 float

hasExtension() 공개 메소드

public hasExtension ( string extension ) : bool
extension string
리턴 bool

removeEventListener() 공개 메소드

public removeEventListener ( string type, object listener, bool useCapture ) : void
type string
listener object
useCapture bool
리턴 void

selectSubString() 공개 메소드

public selectSubString ( ulong charnum, ulong nchars ) : void
charnum ulong
nchars ulong
리턴 void