Stay organized with collections
Save and categorize content based on your preferences.
IndicPositionalCategory
interface IndicPositionalCategory
Indic Positional Category constants.
Summary
Constants
BOTTOM
static val BOTTOM: Int
Value: 1
BOTTOM_AND_LEFT
static val BOTTOM_AND_LEFT: Int
Value: 2
BOTTOM_AND_RIGHT
static val BOTTOM_AND_RIGHT: Int
Value: 3
LEFT
static val LEFT: Int
Value: 4
LEFT_AND_RIGHT
static val LEFT_AND_RIGHT: Int
Value: 5
NA
static val NA: Int
Value: 0
OVERSTRUCK
static val OVERSTRUCK: Int
Value: 6
RIGHT
static val RIGHT: Int
Value: 7
TOP
static val TOP: Int
Value: 8
TOP_AND_BOTTOM
static val TOP_AND_BOTTOM: Int
Value: 9
TOP_AND_BOTTOM_AND_LEFT
static val TOP_AND_BOTTOM_AND_LEFT: Int
Value: 15
TOP_AND_BOTTOM_AND_RIGHT
static val TOP_AND_BOTTOM_AND_RIGHT: Int
Value: 10
TOP_AND_LEFT
static val TOP_AND_LEFT: Int
Value: 11
TOP_AND_LEFT_AND_RIGHT
static val TOP_AND_LEFT_AND_RIGHT: Int
Value: 12
TOP_AND_RIGHT
static val TOP_AND_RIGHT: Int
Value: 13
VISUAL_ORDER_LEFT
static val VISUAL_ORDER_LEFT: Int
Value: 14
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,["# UCharacter.IndicPositionalCategory\n\nAdded in [API level 29](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels)\n\nIndicPositionalCategory\n=======================\n\n*** ** * ** ***\n\nKotlin \\|[Java](/reference/android/icu/lang/UCharacter.IndicPositionalCategory \"View this page in Java\") \n\n```\ninterface IndicPositionalCategory\n```\n\n|----------------------------------------------------------|\n| [android.icu.lang.UCharacter.IndicPositionalCategory](#) |\n\nIndic Positional Category constants.\n\nSummary\n-------\n\n| Constants ||\n|-----------------------------------------------------------------------------------|-------------------------------------------------------------------------|\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [BOTTOM](#BOTTOM:kotlin.Int) \u003cbr /\u003e |\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [BOTTOM_AND_LEFT](#BOTTOM_AND_LEFT:kotlin.Int) \u003cbr /\u003e |\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [BOTTOM_AND_RIGHT](#BOTTOM_AND_RIGHT:kotlin.Int) \u003cbr /\u003e |\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [LEFT](#LEFT:kotlin.Int) \u003cbr /\u003e |\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [LEFT_AND_RIGHT](#LEFT_AND_RIGHT:kotlin.Int) \u003cbr /\u003e |\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [NA](#NA:kotlin.Int) \u003cbr /\u003e |\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [OVERSTRUCK](#OVERSTRUCK:kotlin.Int) \u003cbr /\u003e |\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [RIGHT](#RIGHT:kotlin.Int) \u003cbr /\u003e |\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [TOP](#TOP:kotlin.Int) \u003cbr /\u003e |\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [TOP_AND_BOTTOM](#TOP_AND_BOTTOM:kotlin.Int) \u003cbr /\u003e |\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [TOP_AND_BOTTOM_AND_LEFT](#TOP_AND_BOTTOM_AND_LEFT:kotlin.Int) \u003cbr /\u003e |\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [TOP_AND_BOTTOM_AND_RIGHT](#TOP_AND_BOTTOM_AND_RIGHT:kotlin.Int) \u003cbr /\u003e |\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [TOP_AND_LEFT](#TOP_AND_LEFT:kotlin.Int) \u003cbr /\u003e |\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [TOP_AND_LEFT_AND_RIGHT](#TOP_AND_LEFT_AND_RIGHT:kotlin.Int) \u003cbr /\u003e |\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [TOP_AND_RIGHT](#TOP_AND_RIGHT:kotlin.Int) \u003cbr /\u003e |\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [VISUAL_ORDER_LEFT](#VISUAL_ORDER_LEFT:kotlin.Int) \u003cbr /\u003e |\n\nConstants\n---------\n\n### BOTTOM\n\nAdded in [API level 29](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val BOTTOM: Int\n``` \n\n Value: 1\n\n### BOTTOM_AND_LEFT\n\nAdded in [API level 29](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val BOTTOM_AND_LEFT: Int\n``` \n\n Value: 2\n\n### BOTTOM_AND_RIGHT\n\nAdded in [API level 29](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val BOTTOM_AND_RIGHT: Int\n``` \n\n Value: 3\n\n### LEFT\n\nAdded in [API level 29](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val LEFT: Int\n``` \n\n Value: 4\n\n### LEFT_AND_RIGHT\n\nAdded in [API level 29](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val LEFT_AND_RIGHT: Int\n``` \n\n Value: 5\n\n### NA\n\nAdded in [API level 29](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val NA: Int\n``` \n\n Value: 0\n\n### OVERSTRUCK\n\nAdded in [API level 29](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val OVERSTRUCK: Int\n``` \n\n Value: 6\n\n### RIGHT\n\nAdded in [API level 29](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val RIGHT: Int\n``` \n\n Value: 7\n\n### TOP\n\nAdded in [API level 29](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val TOP: Int\n``` \n\n Value: 8\n\n### TOP_AND_BOTTOM\n\nAdded in [API level 29](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val TOP_AND_BOTTOM: Int\n``` \n\n Value: 9\n\n### TOP_AND_BOTTOM_AND_LEFT\n\nAdded in [API level 30](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val TOP_AND_BOTTOM_AND_LEFT: Int\n``` \n\n Value: 15\n\n### TOP_AND_BOTTOM_AND_RIGHT\n\nAdded in [API level 29](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val TOP_AND_BOTTOM_AND_RIGHT: Int\n``` \n\n Value: 10\n\n### TOP_AND_LEFT\n\nAdded in [API level 29](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val TOP_AND_LEFT: Int\n``` \n\n Value: 11\n\n### TOP_AND_LEFT_AND_RIGHT\n\nAdded in [API level 29](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val TOP_AND_LEFT_AND_RIGHT: Int\n``` \n\n Value: 12\n\n### TOP_AND_RIGHT\n\nAdded in [API level 29](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val TOP_AND_RIGHT: Int\n``` \n\n Value: 13\n\n### VISUAL_ORDER_LEFT\n\nAdded in [API level 29](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val VISUAL_ORDER_LEFT: Int\n``` \n\n Value: 14"]]