Stay organized with collections
Save and categorize content based on your preferences.
TruncateAt
class TruncateAt
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-10 UTC."],[],[],null,["# TextUtils.TruncateAt\n\nAdded in [API level 1](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels)\n\nTruncateAt\n==========\n\n*** ** * ** ***\n\nKotlin \\|[Java](/reference/android/text/TextUtils.TruncateAt \"View this page in Java\") \n\n```\nclass TruncateAt\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.TextUtils.TruncateAt](#)\\\u003e ||\n| | ↳ | [android.text.TextUtils.TruncateAt](#) |\n\n|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| Known Direct Subclasses [TextUtils.TruncateAt.END](#ENUM_VALUE:END), [TextUtils.TruncateAt.MARQUEE](#ENUM_VALUE:MARQUEE), [TextUtils.TruncateAt.MIDDLE](#ENUM_VALUE:MIDDLE), [TextUtils.TruncateAt.START](#ENUM_VALUE:START) |-----------------------------------------------------|--------| | [TextUtils.TruncateAt.END](#ENUM_VALUE:END) | \u003cbr /\u003e | | [TextUtils.TruncateAt.MARQUEE](#ENUM_VALUE:MARQUEE) | \u003cbr /\u003e | | [TextUtils.TruncateAt.MIDDLE](#ENUM_VALUE:MIDDLE) | \u003cbr /\u003e | | [TextUtils.TruncateAt.START](#ENUM_VALUE:START) | \u003cbr /\u003e | |\n\nSummary\n-------\n\n| Enum values ||\n|---------------------------------------|---|\n| [END](#ENUM_VALUE:END) \u003cbr /\u003e |\n| [MARQUEE](#ENUM_VALUE:MARQUEE) \u003cbr /\u003e |\n| [MIDDLE](#ENUM_VALUE:MIDDLE) \u003cbr /\u003e |\n| [START](#ENUM_VALUE:START) \u003cbr /\u003e |\n\nEnum values\n-----------\n\n### END\n\nAdded in [API level 1](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nenum val END : TextUtils.TruncateAt\n``` \n\n### MARQUEE\n\nAdded in [API level 2](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nenum val MARQUEE : TextUtils.TruncateAt\n``` \n\n### MIDDLE\n\nAdded in [API level 1](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nenum val MIDDLE : TextUtils.TruncateAt\n``` \n\n### START\n\nAdded in [API level 1](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nenum val START : TextUtils.TruncateAt\n```"]]