Stay organized with collections
Save and categorize content based on your preferences.
Capitalize
class Capitalize
Summary
Enum values
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[null,null,["Last updated 2025-02-10 UTC."],[],[],null,["# TextKeyListener.Capitalize\n\nAdded in [API level 1](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels)\n\nCapitalize\n==========\n\n*** ** * ** ***\n\nKotlin \\|[Java](/reference/android/text/method/TextKeyListener.Capitalize \"View this page in Java\") \n\n```\nclass Capitalize\n```\n\n|---|---|-----------------------------------------------------|\n| [kotlin.Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html) |||\n| ↳ | [kotlin.Enum](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-enum/index.html)\\\u003c[android.text.method.TextKeyListener.Capitalize](#)\\\u003e ||\n| | ↳ | [android.text.method.TextKeyListener.Capitalize](#) |\n\n|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| Known Direct Subclasses [TextKeyListener.Capitalize.CHARACTERS](#ENUM_VALUE:CHARACTERS), [TextKeyListener.Capitalize.NONE](#ENUM_VALUE:NONE), [TextKeyListener.Capitalize.SENTENCES](#ENUM_VALUE:SENTENCES), [TextKeyListener.Capitalize.WORDS](#ENUM_VALUE:WORDS) |-----------------------------------------------------------------|--------| | [TextKeyListener.Capitalize.CHARACTERS](#ENUM_VALUE:CHARACTERS) | \u003cbr /\u003e | | [TextKeyListener.Capitalize.NONE](#ENUM_VALUE:NONE) | \u003cbr /\u003e | | [TextKeyListener.Capitalize.SENTENCES](#ENUM_VALUE:SENTENCES) | \u003cbr /\u003e | | [TextKeyListener.Capitalize.WORDS](#ENUM_VALUE:WORDS) | \u003cbr /\u003e | |\n\nSummary\n-------\n\n| Enum values ||\n|---------------------------------------------|---|\n| [CHARACTERS](#ENUM_VALUE:CHARACTERS) \u003cbr /\u003e |\n| [NONE](#ENUM_VALUE:NONE) \u003cbr /\u003e |\n| [SENTENCES](#ENUM_VALUE:SENTENCES) \u003cbr /\u003e |\n| [WORDS](#ENUM_VALUE:WORDS) \u003cbr /\u003e |\n\nEnum values\n-----------\n\n### CHARACTERS\n\nAdded in [API level 1](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nenum val CHARACTERS : TextKeyListener.Capitalize\n``` \n\n### NONE\n\nAdded in [API level 1](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nenum val NONE : TextKeyListener.Capitalize\n``` \n\n### SENTENCES\n\nAdded in [API level 1](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nenum val SENTENCES : TextKeyListener.Capitalize\n``` \n\n### WORDS\n\nAdded in [API level 1](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nenum val WORDS : TextKeyListener.Capitalize\n```"]]