Share via


TtsSpan.OrdinalBuilder Constructors

Definition

Overloads

TtsSpan.OrdinalBuilder()

Creates a builder for a TtsSpan of type #TYPE_ORDINAL.

TtsSpan.OrdinalBuilder(Int64)

Creates a TtsSpan of type #TYPE_ORDINAL and sets the #ARG_NUMBER argument.

TtsSpan.OrdinalBuilder(String)

Creates a TtsSpan of type #TYPE_ORDINAL and sets the #ARG_NUMBER argument.

TtsSpan.OrdinalBuilder(IntPtr, JniHandleOwnership)

TtsSpan.OrdinalBuilder()

Creates a builder for a TtsSpan of type #TYPE_ORDINAL.

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

Remarks

Creates a builder for a TtsSpan of type #TYPE_ORDINAL.

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

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.OrdinalBuilder(Int64)

Creates a TtsSpan of type #TYPE_ORDINAL and sets the #ARG_NUMBER argument.

[Android.Runtime.Register(".ctor", "(J)V", "")]
public OrdinalBuilder (long number);
[<Android.Runtime.Register(".ctor", "(J)V", "")>]
new Android.Text.Style.TtsSpan.OrdinalBuilder : int64 -> Android.Text.Style.TtsSpan.OrdinalBuilder

Parameters

number
Int64

The ordinal number to synthesize.

Attributes

Remarks

Creates a TtsSpan of type #TYPE_ORDINAL and sets the #ARG_NUMBER argument.

Java documentation for android.text.style.TtsSpan.OrdinalBuilder.TtsSpan$OrdinalBuilder(long).

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.OrdinalBuilder(String)

Creates a TtsSpan of type #TYPE_ORDINAL and sets the #ARG_NUMBER argument.

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

Parameters

number
String

The number to synthesize.

Attributes

Remarks

Creates a TtsSpan of type #TYPE_ORDINAL and sets the #ARG_NUMBER argument.

Java documentation for android.text.style.TtsSpan.OrdinalBuilder.TtsSpan$OrdinalBuilder(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.OrdinalBuilder(IntPtr, JniHandleOwnership)

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

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