Language

TtsSpan.MeasureBuilder.SetNumerator Method

Definition

Overloads

Name Description
SetNumerator(Int64)

Convenience method that converts the numerator to a String and set it to the value for TtsSpan.ARG_NUMERATOR.

SetNumerator(String)

Sets the TtsSpan.ARG_NUMERATOR argument.

SetNumerator(Int64)

Convenience method that converts the numerator to a String and set it to the value for TtsSpan.ARG_NUMERATOR.

[Android.Runtime.Register("setNumerator", "(J)Landroid/text/style/TtsSpan$MeasureBuilder;", "GetSetNumerator_JHandler")]
public virtual Android.Text.Style.TtsSpan.MeasureBuilder? SetNumerator(long numerator);
[<Android.Runtime.Register("setNumerator", "(J)Landroid/text/style/TtsSpan$MeasureBuilder;", "GetSetNumerator_JHandler")>]
abstract member SetNumerator : int64 -> Android.Text.Style.TtsSpan.MeasureBuilder
override this.SetNumerator : int64 -> Android.Text.Style.TtsSpan.MeasureBuilder

Parameters

numerator
Int64

The numerator of a fraction.

Returns

This instance.

Attributes

Remarks

Convenience method that converts the numerator to a String and set it to the value for TtsSpan.ARG_NUMERATOR.

Android reference for android.text.style.TtsSpan.MeasureBuilder.setNumerator.

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

SetNumerator(String)

Sets the TtsSpan.ARG_NUMERATOR argument.

[Android.Runtime.Register("setNumerator", "(Ljava/lang/String;)Landroid/text/style/TtsSpan$MeasureBuilder;", "GetSetNumerator_Ljava_lang_String_Handler")]
public virtual Android.Text.Style.TtsSpan.MeasureBuilder? SetNumerator(string? numerator);
[<Android.Runtime.Register("setNumerator", "(Ljava/lang/String;)Landroid/text/style/TtsSpan$MeasureBuilder;", "GetSetNumerator_Ljava_lang_String_Handler")>]
abstract member SetNumerator : string -> Android.Text.Style.TtsSpan.MeasureBuilder
override this.SetNumerator : string -> Android.Text.Style.TtsSpan.MeasureBuilder

Parameters

numerator
String

The numerator of a fraction; a non-empty string of digits with an optional leading + or -.

Returns

This instance.

Attributes

Remarks

Sets the TtsSpan.ARG_NUMERATOR argument.

Android reference for android.text.style.TtsSpan.MeasureBuilder.setNumerator.

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