TtsSpan.FractionBuilder 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.FractionBuilder() |
Creates a builder for a TtsSpan of type |
TtsSpan.FractionBuilder(IntPtr, JniHandleOwnership) | |
TtsSpan.FractionBuilder(Int64, Int64, Int64) |
Creates a TtsSpan of type |
TtsSpan.FractionBuilder()
Creates a builder for a TtsSpan of type #TYPE_FRACTION
.
[Android.Runtime.Register(".ctor", "()V", "")]
public FractionBuilder ();
- Attributes
Remarks
Creates a builder for a TtsSpan of type #TYPE_FRACTION
.
Java documentation for android.text.style.TtsSpan.FractionBuilder.TtsSpan$FractionBuilder()
.
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.FractionBuilder(IntPtr, JniHandleOwnership)
protected FractionBuilder (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Text.Style.TtsSpan.FractionBuilder : nativeint * Android.Runtime.JniHandleOwnership -> Android.Text.Style.TtsSpan.FractionBuilder
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.
Applies to
TtsSpan.FractionBuilder(Int64, Int64, Int64)
Creates a TtsSpan of type #TYPE_FRACTION
and sets the
#ARG_INTEGER_PART
, #ARG_NUMERATOR
, and
#ARG_DENOMINATOR
arguments.
[Android.Runtime.Register(".ctor", "(JJJ)V", "")]
public FractionBuilder (long integerPart, long numerator, long denominator);
[<Android.Runtime.Register(".ctor", "(JJJ)V", "")>]
new Android.Text.Style.TtsSpan.FractionBuilder : int64 * int64 * int64 -> Android.Text.Style.TtsSpan.FractionBuilder
Parameters
- integerPart
- Int64
- numerator
- Int64
- denominator
- Int64
- Attributes
Remarks
Creates a TtsSpan of type #TYPE_FRACTION
and sets the #ARG_INTEGER_PART
, #ARG_NUMERATOR
, and #ARG_DENOMINATOR
arguments.
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.