[ Web Proxy ]
URL:
Viewing: http://developer.android.com/reference/android/icu/text/DisplayOptions.Capitalization [Back]  [Original]

DisplayOptions.Capitalization  |  API reference  |  Android Developers Skip to main content
Essentials Design & Plan Develop Google Play Blog
Search:
Android Studio
Android Developers [Android Developers]
Stay organized with collections Save and categorize content based on your preferences.

DisplayOptions.Capitalization


public static final enum DisplayOptions.Capitalization
extends Enum<DisplayOptions.Capitalization>

java.lang.Object
   ↳ java.lang.Enum<android.icu.text.DisplayOptions.Capitalization>
     ↳ android.icu.text.DisplayOptions.Capitalization


Represents all the capitalization options.

Summary

Enum values

DisplayOptions.Capitalization  BEGINNING_OF_SENTENCE

The capitalization context if a date, date symbol or display name is to be formatted with capitalization appropriate for the beginning of a sentence. 

DisplayOptions.Capitalization  MIDDLE_OF_SENTENCE

The capitalization context if a date, date symbol or display name is to be formatted with capitalization appropriate for the middle of a sentence. 

DisplayOptions.Capitalization  STANDALONE

The capitalization context if a date, date symbol or display name is to be formatted with capitalization appropriate for stand-alone usage such as an isolated name on a calendar page. 

DisplayOptions.Capitalization  UI_LIST_OR_MENU

The capitalization context if a date, date symbol or display name is to be formatted with capitalization appropriate for a user-interface list or menu item. 

DisplayOptions.Capitalization  UNDEFINED

A possible setting for Capitalization. 

Fields

public static final List<DisplayOptions.Capitalization> VALUES

Unmodifiable List of all the capitalizations constants.

Public methods

static DisplayOptions.Capitalization valueOf(String name)
static final Capitalization[] values()

Inherited methods

Enum values

BEGINNING_OF_SENTENCE

Added in API level 35
public static final DisplayOptions.Capitalization BEGINNING_OF_SENTENCE

The capitalization context if a date, date symbol or display name is to be formatted with capitalization appropriate for the beginning of a sentence.

MIDDLE_OF_SENTENCE

Added in API level 35
public static final DisplayOptions.Capitalization MIDDLE_OF_SENTENCE

The capitalization context if a date, date symbol or display name is to be formatted with capitalization appropriate for the middle of a sentence.

STANDALONE

Added in API level 35
public static final DisplayOptions.Capitalization STANDALONE

The capitalization context if a date, date symbol or display name is to be formatted with capitalization appropriate for stand-alone usage such as an isolated name on a calendar page.

UI_LIST_OR_MENU

Added in API level 35
public static final DisplayOptions.Capitalization UI_LIST_OR_MENU

The capitalization context if a date, date symbol or display name is to be formatted with capitalization appropriate for a user-interface list or menu item.

UNDEFINED

Added in API level 35
public static final DisplayOptions.Capitalization UNDEFINED

A possible setting for Capitalization. The capitalization context to be used is unknown (this is the default value).

Fields

VALUES

Added in API level 35
public static final List<DisplayOptions.Capitalization> VALUES

Unmodifiable List of all the capitalizations constants. List version of values().

Public methods

valueOf

public static DisplayOptions.Capitalization valueOf (String name)

Parameters
name String

Returns
DisplayOptions.Capitalization

values

public static final Capitalization[] values ()

Returns
Capitalization[]

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 2026-08-03 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 2026-08-03 UTC."],[],[]]

Web Proxy Viewer  |  New URL  |  Original Page