Language version: | ActionScript 3.0 |
The AutoCapitalize class defines constants for the
autoCapitalize
property of the StageText class.
public static const ALL:String = "all"
Language version: | ActionScript 3.0 |
Capitalize every character.
public static const NONE:String = "none"
Language version: | ActionScript 3.0 |
No automatic capitalization.
public static const SENTENCE:String = "sentence"
Language version: | ActionScript 3.0 |
Capitalize the first word of every sentence.
public static const WORD:String = "word"
Language version: | ActionScript 3.0 |
Capitalize every word.
© 2004-2022 Adobe Systems Incorporated. All rights reserved.
Wed Sep 28 2022, 6:12 PM GMT+01:00