Language

TtsSpan.MeasureBuilder.SetIntegerPart Method

Definition

Overloads

Name Description
SetIntegerPart(Int64)

Convenience method that converts the integer part to a String and set it to the value for TtsSpan.ARG_INTEGER_PART.

SetIntegerPart(String)

Sets the TtsSpan.ARG_INTEGER_PART argument.

SetIntegerPart(Int64)

Convenience method that converts the integer part to a String and set it to the value for TtsSpan.ARG_INTEGER_PART.

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

Parameters

integerPart
Int64

The integer part of a decimal or fraction.

Returns

This instance.

Attributes

Remarks

Convenience method that converts the integer part to a String and set it to the value for TtsSpan.ARG_INTEGER_PART.

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

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

SetIntegerPart(String)

Sets the TtsSpan.ARG_INTEGER_PART argument.

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

Parameters

integerPart
String

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

Returns

This instance.

Attributes

Remarks

Sets the TtsSpan.ARG_INTEGER_PART argument.

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

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