TtsSpan.CardinalBuilder 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.CardinalBuilder() |
Creates a builder for a TtsSpan of type |
TtsSpan.CardinalBuilder(Int64) |
Creates a TtsSpan of type |
TtsSpan.CardinalBuilder(String) |
Creates a TtsSpan of type |
TtsSpan.CardinalBuilder(IntPtr, JniHandleOwnership) |
TtsSpan.CardinalBuilder()
Creates a builder for a TtsSpan of type #TYPE_CARDINAL
.
[Android.Runtime.Register(".ctor", "()V", "")]
public CardinalBuilder ();
- Attributes
Remarks
Creates a builder for a TtsSpan of type #TYPE_CARDINAL
.
Java documentation for android.text.style.TtsSpan.CardinalBuilder.TtsSpan$CardinalBuilder()
.
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.CardinalBuilder(Int64)
Creates a TtsSpan of type #TYPE_CARDINAL
and sets the
#ARG_NUMBER
argument.
[Android.Runtime.Register(".ctor", "(J)V", "")]
public CardinalBuilder (long number);
[<Android.Runtime.Register(".ctor", "(J)V", "")>]
new Android.Text.Style.TtsSpan.CardinalBuilder : int64 -> Android.Text.Style.TtsSpan.CardinalBuilder
Parameters
- number
- Int64
The number to synthesize.
- Attributes
Remarks
Creates a TtsSpan of type #TYPE_CARDINAL
and sets the #ARG_NUMBER
argument.
Java documentation for android.text.style.TtsSpan.CardinalBuilder.TtsSpan$CardinalBuilder(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.CardinalBuilder(String)
Creates a TtsSpan of type #TYPE_CARDINAL
and sets the
#ARG_NUMBER
argument.
[Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "")]
public CardinalBuilder (string? number);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "")>]
new Android.Text.Style.TtsSpan.CardinalBuilder : string -> Android.Text.Style.TtsSpan.CardinalBuilder
Parameters
- number
- String
The number to synthesize.
- Attributes
Remarks
Creates a TtsSpan of type #TYPE_CARDINAL
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.CardinalBuilder(IntPtr, JniHandleOwnership)
protected CardinalBuilder (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Text.Style.TtsSpan.CardinalBuilder : nativeint * Android.Runtime.JniHandleOwnership -> Android.Text.Style.TtsSpan.CardinalBuilder
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.