C# Class System.Html.Speech.SpeechSynthesisUtterance

Inheritance: EventTarget
Show file Open project: Saltarelle/SaltarelleWeb Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
AddEventListener ( SpeechSynthesisUtteranceEvents type, Action listener ) : void
AddEventListener ( SpeechSynthesisUtteranceEvents type, Action listener, bool capture ) : void
AddEventListener ( SpeechSynthesisUtteranceEvents type, HtmlEventHandler listener ) : void
AddEventListener ( SpeechSynthesisUtteranceEvents type, HtmlEventHandler listener, bool capture ) : void
AddEventListener ( SpeechSynthesisUtteranceEvents type, HtmlEventHandlerWithTarget listener ) : void
AddEventListener ( SpeechSynthesisUtteranceEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
AddEventListener ( SpeechSynthesisUtteranceEvents type, IEventListener listener ) : void
AddEventListener ( SpeechSynthesisUtteranceEvents type, IEventListener listener, bool capture ) : void
AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
RemoveEventListener ( SpeechSynthesisUtteranceEvents type, Action listener ) : void
RemoveEventListener ( SpeechSynthesisUtteranceEvents type, Action listener, bool capture ) : void
RemoveEventListener ( SpeechSynthesisUtteranceEvents type, HtmlEventHandler listener ) : void
RemoveEventListener ( SpeechSynthesisUtteranceEvents type, HtmlEventHandler listener, bool capture ) : void
RemoveEventListener ( SpeechSynthesisUtteranceEvents type, HtmlEventHandlerWithTarget listener ) : void
RemoveEventListener ( SpeechSynthesisUtteranceEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
RemoveEventListener ( SpeechSynthesisUtteranceEvents type, IEventListener listener ) : void
RemoveEventListener ( SpeechSynthesisUtteranceEvents type, IEventListener listener, bool capture ) : void
RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
SpeechSynthesisUtterance ( ) : System.Runtime.CompilerServices
SpeechSynthesisUtterance ( string text ) : System.Runtime.CompilerServices

Method Details

AddEventListener() public method

public AddEventListener ( SpeechSynthesisUtteranceEvents type, Action listener ) : void
type SpeechSynthesisUtteranceEvents
listener Action
return void

AddEventListener() public method

public AddEventListener ( SpeechSynthesisUtteranceEvents type, Action listener, bool capture ) : void
type SpeechSynthesisUtteranceEvents
listener Action
capture bool
return void

AddEventListener() public method

public AddEventListener ( SpeechSynthesisUtteranceEvents type, HtmlEventHandler listener ) : void
type SpeechSynthesisUtteranceEvents
listener HtmlEventHandler
return void

AddEventListener() public method

public AddEventListener ( SpeechSynthesisUtteranceEvents type, HtmlEventHandler listener, bool capture ) : void
type SpeechSynthesisUtteranceEvents
listener HtmlEventHandler
capture bool
return void

AddEventListener() public method

public AddEventListener ( SpeechSynthesisUtteranceEvents type, HtmlEventHandlerWithTarget listener ) : void
type SpeechSynthesisUtteranceEvents
listener HtmlEventHandlerWithTarget
return void

AddEventListener() public method

public AddEventListener ( SpeechSynthesisUtteranceEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type SpeechSynthesisUtteranceEvents
listener HtmlEventHandlerWithTarget
capture bool
return void

AddEventListener() public method

public AddEventListener ( SpeechSynthesisUtteranceEvents type, IEventListener listener ) : void
type SpeechSynthesisUtteranceEvents
listener IEventListener
return void

AddEventListener() public method

public AddEventListener ( SpeechSynthesisUtteranceEvents type, IEventListener listener, bool capture ) : void
type SpeechSynthesisUtteranceEvents
listener IEventListener
capture bool
return void

AddEventListener() public method

public AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
type string
listener HtmlEventHandlerWithTarget
return void

AddEventListener() public method

public AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type string
listener HtmlEventHandlerWithTarget
capture bool
return void

RemoveEventListener() public method

public RemoveEventListener ( SpeechSynthesisUtteranceEvents type, Action listener ) : void
type SpeechSynthesisUtteranceEvents
listener Action
return void

RemoveEventListener() public method

public RemoveEventListener ( SpeechSynthesisUtteranceEvents type, Action listener, bool capture ) : void
type SpeechSynthesisUtteranceEvents
listener Action
capture bool
return void

RemoveEventListener() public method

public RemoveEventListener ( SpeechSynthesisUtteranceEvents type, HtmlEventHandler listener ) : void
type SpeechSynthesisUtteranceEvents
listener HtmlEventHandler
return void

RemoveEventListener() public method

public RemoveEventListener ( SpeechSynthesisUtteranceEvents type, HtmlEventHandler listener, bool capture ) : void
type SpeechSynthesisUtteranceEvents
listener HtmlEventHandler
capture bool
return void

RemoveEventListener() public method

public RemoveEventListener ( SpeechSynthesisUtteranceEvents type, HtmlEventHandlerWithTarget listener ) : void
type SpeechSynthesisUtteranceEvents
listener HtmlEventHandlerWithTarget
return void

RemoveEventListener() public method

public RemoveEventListener ( SpeechSynthesisUtteranceEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type SpeechSynthesisUtteranceEvents
listener HtmlEventHandlerWithTarget
capture bool
return void

RemoveEventListener() public method

public RemoveEventListener ( SpeechSynthesisUtteranceEvents type, IEventListener listener ) : void
type SpeechSynthesisUtteranceEvents
listener IEventListener
return void

RemoveEventListener() public method

public RemoveEventListener ( SpeechSynthesisUtteranceEvents type, IEventListener listener, bool capture ) : void
type SpeechSynthesisUtteranceEvents
listener IEventListener
capture bool
return void

RemoveEventListener() public method

public RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
type string
listener HtmlEventHandlerWithTarget
return void

RemoveEventListener() public method

public RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type string
listener HtmlEventHandlerWithTarget
capture bool
return void

SpeechSynthesisUtterance() public method

public SpeechSynthesisUtterance ( ) : System.Runtime.CompilerServices
return System.Runtime.CompilerServices

SpeechSynthesisUtterance() public method

public SpeechSynthesisUtterance ( string text ) : System.Runtime.CompilerServices
text string
return System.Runtime.CompilerServices