Pakket | flash.text |
Klasse | public final class AutoCapitalize |
Overerving | AutoCapitalize Object |
Taalversie: | ActionScript 3.0 |
Runtimeversies: | AIR 3 |
autoCapitalize
van de klasse StageText.
Openbare eigenschappen
Openbare methoden
Openbare constanten
Constante | Gedefinieerd door | ||
---|---|---|---|
ALL : String = "all" [statisch]
Schrijf elk teken in hoofdletters. | AutoCapitalize | ||
NONE : String = "none" [statisch]
Geen automatische hoofdletters. | AutoCapitalize | ||
SENTENCE : String = "sentence" [statisch]
Schrijf het eerste woord van elke zin met een hoofdletter. | AutoCapitalize | ||
WORD : String = "word" [statisch]
Schrijf elk woord met een hoofdletter. | AutoCapitalize |
Constantedetails
ALL | Constante |
public static const ALL:String = "all"
Taalversie: | ActionScript 3.0 |
Runtimeversies: | AIR 3 |
Schrijf elk teken in hoofdletters.
NONE | Constante |
public static const NONE:String = "none"
Taalversie: | ActionScript 3.0 |
Runtimeversies: | AIR 3 |
Geen automatische hoofdletters.
SENTENCE | Constante |
public static const SENTENCE:String = "sentence"
Taalversie: | ActionScript 3.0 |
Runtimeversies: | AIR 3 |
Schrijf het eerste woord van elke zin met een hoofdletter.
WORD | Constante |
public static const WORD:String = "word"
Taalversie: | ActionScript 3.0 |
Runtimeversies: | AIR 3 |
Schrijf elk woord met een hoofdletter.
Wed Jun 13 2018, 11:42 AM Z