Stay organized with collections
Save and categorize content based on your preferences.
UCharacter.VerticalOrientation
public
static
interface
UCharacter.VerticalOrientation
android.icu.lang.UCharacter.VerticalOrientation
|
Vertical Orientation constants.
Summary
Constants
ROTATED
public static final int ROTATED
Constant Value:
0
(0x00000000)
public static final int TRANSFORMED_ROTATED
Constant Value:
1
(0x00000001)
public static final int TRANSFORMED_UPRIGHT
Constant Value:
2
(0x00000002)
UPRIGHT
public static final int UPRIGHT
Constant Value:
3
(0x00000003)
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.VerticalOrientation\n\nAdded in [API level 29](/guide/topics/manifest/uses-sdk-element#ApiLevels) \n\nUCharacter.VerticalOrientation\n==============================\n\n*** ** * ** ***\n\n[Kotlin](/reference/kotlin/android/icu/lang/UCharacter.VerticalOrientation \"View this page in Kotlin\") \\|Java\n\n\n`\npublic\nstatic\n\n\ninterface\nUCharacter.VerticalOrientation\n`\n\n\n`\n\n\n`\n\n|-------------------------------------------------|\n| android.icu.lang.UCharacter.VerticalOrientation |\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\nVertical Orientation constants. \n**See also:**\n\n- [UProperty.VERTICAL_ORIENTATION](/reference/android/icu/lang/UProperty#VERTICAL_ORIENTATION)\n\nSummary\n-------\n\n| ### Constants ||\n|-------|-------------------------------------------------------------------------------------------------------|\n| `int` | [ROTATED](/reference/android/icu/lang/UCharacter.VerticalOrientation#ROTATED) |\n| `int` | [TRANSFORMED_ROTATED](/reference/android/icu/lang/UCharacter.VerticalOrientation#TRANSFORMED_ROTATED) |\n| `int` | [TRANSFORMED_UPRIGHT](/reference/android/icu/lang/UCharacter.VerticalOrientation#TRANSFORMED_UPRIGHT) |\n| `int` | [UPRIGHT](/reference/android/icu/lang/UCharacter.VerticalOrientation#UPRIGHT) |\n\nConstants\n---------\n\n### ROTATED\n\nAdded in [API level 29](/guide/topics/manifest/uses-sdk-element#ApiLevels) \n\n```\npublic static final int ROTATED\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\nConstant Value:\n\n0\n(0x00000000)\n\n\n### TRANSFORMED_ROTATED\n\nAdded in [API level 29](/guide/topics/manifest/uses-sdk-element#ApiLevels) \n\n```\npublic static final int TRANSFORMED_ROTATED\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\nConstant Value:\n\n1\n(0x00000001)\n\n\n### TRANSFORMED_UPRIGHT\n\nAdded in [API level 29](/guide/topics/manifest/uses-sdk-element#ApiLevels) \n\n```\npublic static final int TRANSFORMED_UPRIGHT\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\nConstant Value:\n\n2\n(0x00000002)\n\n\n### UPRIGHT\n\nAdded in [API level 29](/guide/topics/manifest/uses-sdk-element#ApiLevels) \n\n```\npublic static final int UPRIGHT\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\nConstant Value:\n\n3\n(0x00000003)"]]