TtsSpan.MeasureBuilder.SetDenominator Method
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
| Name | Description |
|---|---|
| SetDenominator(Int64) |
Convenience method that converts the denominator to a String and set it to the value for TtsSpan.ARG_DENOMINATOR. |
| SetDenominator(String) |
Sets the TtsSpan.ARG_DENOMINATOR argument. |
SetDenominator(Int64)
Convenience method that converts the denominator to a String and set it to the value for TtsSpan.ARG_DENOMINATOR.
[Android.Runtime.Register("setDenominator", "(J)Landroid/text/style/TtsSpan$MeasureBuilder;", "GetSetDenominator_JHandler")]
public virtual Android.Text.Style.TtsSpan.MeasureBuilder? SetDenominator(long denominator);
[<Android.Runtime.Register("setDenominator", "(J)Landroid/text/style/TtsSpan$MeasureBuilder;", "GetSetDenominator_JHandler")>]
abstract member SetDenominator : int64 -> Android.Text.Style.TtsSpan.MeasureBuilder
override this.SetDenominator : int64 -> Android.Text.Style.TtsSpan.MeasureBuilder
Parameters
- denominator
- Int64
The denominator of a fraction.
Returns
This instance.
- Attributes
Remarks
Convenience method that converts the denominator to a String and set it to the value for TtsSpan.ARG_DENOMINATOR.
Android reference for android.text.style.TtsSpan.MeasureBuilder.setDenominator.
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
SetDenominator(String)
Sets the TtsSpan.ARG_DENOMINATOR argument.
[Android.Runtime.Register("setDenominator", "(Ljava/lang/String;)Landroid/text/style/TtsSpan$MeasureBuilder;", "GetSetDenominator_Ljava_lang_String_Handler")]
public virtual Android.Text.Style.TtsSpan.MeasureBuilder? SetDenominator(string? denominator);
[<Android.Runtime.Register("setDenominator", "(Ljava/lang/String;)Landroid/text/style/TtsSpan$MeasureBuilder;", "GetSetDenominator_Ljava_lang_String_Handler")>]
abstract member SetDenominator : string -> Android.Text.Style.TtsSpan.MeasureBuilder
override this.SetDenominator : string -> Android.Text.Style.TtsSpan.MeasureBuilder
Parameters
- denominator
- String
The denominator of a fraction; a non-empty string of digits with an optional leading + or -.
Returns
This instance.
- Attributes
Remarks
Sets the TtsSpan.ARG_DENOMINATOR argument.
Android reference for android.text.style.TtsSpan.MeasureBuilder.setDenominator.
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.