TtsSpan.OrdinalBuilder Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
TtsSpan.OrdinalBuilder() |
Creates a builder for a TtsSpan of type |
TtsSpan.OrdinalBuilder(Int64) |
Creates a TtsSpan of type |
TtsSpan.OrdinalBuilder(String) |
Creates a TtsSpan of type |
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.
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
- transfer
- JniHandleOwnership
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.