TtsSpan.DecimalBuilder Constructors

Definition

Overloads

TtsSpan.DecimalBuilder()

Creates a builder for a TtsSpan of type #TYPE_DECIMAL.

TtsSpan.DecimalBuilder(IntPtr, JniHandleOwnership)
TtsSpan.DecimalBuilder(String, String)

Creates a TtsSpan of type #TYPE_DECIMAL and sets the #ARG_INTEGER_PART and #ARG_FRACTIONAL_PART arguments.

TtsSpan.DecimalBuilder(Double, Int32, Int32)

Creates a TtsSpan of type #TYPE_DECIMAL and sets the #ARG_INTEGER_PART and #ARG_FRACTIONAL_PART arguments.

TtsSpan.DecimalBuilder()

Creates a builder for a TtsSpan of type #TYPE_DECIMAL.

[Android.Runtime.Register(".ctor", "()V", "")]
public DecimalBuilder ();
Attributes

Remarks

Creates a builder for a TtsSpan of type #TYPE_DECIMAL.

Java documentation for android.text.style.TtsSpan.DecimalBuilder.TtsSpan$DecimalBuilder().

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

TtsSpan.DecimalBuilder(IntPtr, JniHandleOwnership)

protected DecimalBuilder (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Text.Style.TtsSpan.DecimalBuilder : nativeint * Android.Runtime.JniHandleOwnership -> Android.Text.Style.TtsSpan.DecimalBuilder

Parameters

javaReference
IntPtr

nativeint

Remarks

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

TtsSpan.DecimalBuilder(String, String)

Creates a TtsSpan of type #TYPE_DECIMAL and sets the #ARG_INTEGER_PART and #ARG_FRACTIONAL_PART arguments.

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/String;)V", "")]
public DecimalBuilder (string? integerPart, string? fractionalPart);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/String;)V", "")>]
new Android.Text.Style.TtsSpan.DecimalBuilder : string * string -> Android.Text.Style.TtsSpan.DecimalBuilder

Parameters

integerPart
String
fractionalPart
String
Attributes

Remarks

Creates a TtsSpan of type #TYPE_DECIMAL and sets the #ARG_INTEGER_PART and #ARG_FRACTIONAL_PART arguments.

Java documentation for android.text.style.TtsSpan.DecimalBuilder.TtsSpan$DecimalBuilder(java.lang.String, java.lang.String).

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

TtsSpan.DecimalBuilder(Double, Int32, Int32)

Creates a TtsSpan of type #TYPE_DECIMAL and sets the #ARG_INTEGER_PART and #ARG_FRACTIONAL_PART arguments.

[Android.Runtime.Register(".ctor", "(DII)V", "")]
public DecimalBuilder (double number, int minimumFractionDigits, int maximumFractionDigits);
[<Android.Runtime.Register(".ctor", "(DII)V", "")>]
new Android.Text.Style.TtsSpan.DecimalBuilder : double * int * int -> Android.Text.Style.TtsSpan.DecimalBuilder

Parameters

number
Double
minimumFractionDigits
Int32
maximumFractionDigits
Int32
Attributes

Remarks

Creates a TtsSpan of type #TYPE_DECIMAL and sets the #ARG_INTEGER_PART and #ARG_FRACTIONAL_PART arguments.

Java documentation for android.text.style.TtsSpan.DecimalBuilder.TtsSpan$DecimalBuilder(double, int, int).

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