C# Class System.Html.Speech.SpeechSynthesisUtterance

Inheritance: EventTarget
Afficher le fichier Open project: Saltarelle/SaltarelleWeb Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

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

public AddEventListener ( SpeechSynthesisUtteranceEvents type, Action listener ) : void
type SpeechSynthesisUtteranceEvents
listener Action
Résultat void

AddEventListener() public méthode

public AddEventListener ( SpeechSynthesisUtteranceEvents type, Action listener, bool capture ) : void
type SpeechSynthesisUtteranceEvents
listener Action
capture bool
Résultat void

AddEventListener() public méthode

public AddEventListener ( SpeechSynthesisUtteranceEvents type, HtmlEventHandler listener ) : void
type SpeechSynthesisUtteranceEvents
listener HtmlEventHandler
Résultat void

AddEventListener() public méthode

public AddEventListener ( SpeechSynthesisUtteranceEvents type, HtmlEventHandler listener, bool capture ) : void
type SpeechSynthesisUtteranceEvents
listener HtmlEventHandler
capture bool
Résultat void

AddEventListener() public méthode

public AddEventListener ( SpeechSynthesisUtteranceEvents type, HtmlEventHandlerWithTarget listener ) : void
type SpeechSynthesisUtteranceEvents
listener HtmlEventHandlerWithTarget
Résultat void

AddEventListener() public méthode

public AddEventListener ( SpeechSynthesisUtteranceEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type SpeechSynthesisUtteranceEvents
listener HtmlEventHandlerWithTarget
capture bool
Résultat void

AddEventListener() public méthode

public AddEventListener ( SpeechSynthesisUtteranceEvents type, IEventListener listener ) : void
type SpeechSynthesisUtteranceEvents
listener IEventListener
Résultat void

AddEventListener() public méthode

public AddEventListener ( SpeechSynthesisUtteranceEvents type, IEventListener listener, bool capture ) : void
type SpeechSynthesisUtteranceEvents
listener IEventListener
capture bool
Résultat void

AddEventListener() public méthode

public AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
type string
listener HtmlEventHandlerWithTarget
Résultat void

AddEventListener() public méthode

public AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type string
listener HtmlEventHandlerWithTarget
capture bool
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( SpeechSynthesisUtteranceEvents type, Action listener ) : void
type SpeechSynthesisUtteranceEvents
listener Action
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( SpeechSynthesisUtteranceEvents type, Action listener, bool capture ) : void
type SpeechSynthesisUtteranceEvents
listener Action
capture bool
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( SpeechSynthesisUtteranceEvents type, HtmlEventHandler listener ) : void
type SpeechSynthesisUtteranceEvents
listener HtmlEventHandler
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( SpeechSynthesisUtteranceEvents type, HtmlEventHandler listener, bool capture ) : void
type SpeechSynthesisUtteranceEvents
listener HtmlEventHandler
capture bool
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( SpeechSynthesisUtteranceEvents type, HtmlEventHandlerWithTarget listener ) : void
type SpeechSynthesisUtteranceEvents
listener HtmlEventHandlerWithTarget
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( SpeechSynthesisUtteranceEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type SpeechSynthesisUtteranceEvents
listener HtmlEventHandlerWithTarget
capture bool
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( SpeechSynthesisUtteranceEvents type, IEventListener listener ) : void
type SpeechSynthesisUtteranceEvents
listener IEventListener
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( SpeechSynthesisUtteranceEvents type, IEventListener listener, bool capture ) : void
type SpeechSynthesisUtteranceEvents
listener IEventListener
capture bool
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
type string
listener HtmlEventHandlerWithTarget
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type string
listener HtmlEventHandlerWithTarget
capture bool
Résultat void

SpeechSynthesisUtterance() public méthode

public SpeechSynthesisUtterance ( ) : System.Runtime.CompilerServices
Résultat System.Runtime.CompilerServices

SpeechSynthesisUtterance() public méthode

public SpeechSynthesisUtterance ( string text ) : System.Runtime.CompilerServices
text string
Résultat System.Runtime.CompilerServices