Język

TtsSpan.SemioticClassBuilder.SetCase(String) Method

Definition

Sets the grammatical case information for this instance.

[Android.Runtime.Register("setCase", "(Ljava/lang/String;)Landroid/text/style/TtsSpan$SemioticClassBuilder;", "GetSetCase_Ljava_lang_String_Handler")]
public virtual Java.Lang.Object? SetCase(string? grammaticalCase);
[<Android.Runtime.Register("setCase", "(Ljava/lang/String;)Landroid/text/style/TtsSpan$SemioticClassBuilder;", "GetSetCase_Ljava_lang_String_Handler")>]
abstract member SetCase : string -> Java.Lang.Object
override this.SetCase : string -> Java.Lang.Object

Parameters

grammaticalCase
String

Can be any of TtsSpan.CASE_NOMINATIVE, TtsSpan.CASE_ACCUSATIVE, TtsSpan.CASE_DATIVE, TtsSpan.CASE_ABLATIVE, TtsSpan.CASE_GENITIVE, TtsSpan.CASE_VOCATIVE, TtsSpan.CASE_LOCATIVE and TtsSpan.CASE_INSTRUMENTAL.

Returns

This instance.

Attributes

Remarks

Sets the grammatical case information for this instance.

Android reference for android.text.style.TtsSpan.SemioticClassBuilder.setCase.

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.

Applies to