TtsSpan.ArgCase Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
String argument supplying case information.
[Android.Runtime.Register("ARG_CASE")]
public const string ArgCase;
[<Android.Runtime.Register("ARG_CASE")>]
val mutable ArgCase : string
Field Value
Implements
- Attributes
Remarks
String argument supplying case information. Can be any of #CASE_NOMINATIVE
, #CASE_ACCUSATIVE
, #CASE_DATIVE
, #CASE_ABLATIVE
, #CASE_GENITIVE
, #CASE_VOCATIVE
, #CASE_LOCATIVE
and #CASE_INSTRUMENTAL
Java documentation for android.text.style.TtsSpan.ARG_CASE
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.