TtsSpan.FractionBuilder.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 sets the argument TtsSpan.ARG_DENOMINATOR. |
| SetDenominator(String) |
Sets the TtsSpan.ARG_DENOMINATOR argument. |
SetDenominator(Int64)
Convenience method that converts the denominator to a String and sets the argument TtsSpan.ARG_DENOMINATOR.
[Android.Runtime.Register("setDenominator", "(J)Landroid/text/style/TtsSpan$FractionBuilder;", "GetSetDenominator_JHandler")]
public virtual Android.Text.Style.TtsSpan.FractionBuilder? SetDenominator(long denominator);
[<Android.Runtime.Register("setDenominator", "(J)Landroid/text/style/TtsSpan$FractionBuilder;", "GetSetDenominator_JHandler")>]
abstract member SetDenominator : int64 -> Android.Text.Style.TtsSpan.FractionBuilder
override this.SetDenominator : int64 -> Android.Text.Style.TtsSpan.FractionBuilder
Parameters
- denominator
- Int64
The denominator.
Returns
This instance.
- Attributes
Remarks
Convenience method that converts the denominator to a String and sets the argument TtsSpan.ARG_DENOMINATOR.
Android reference for android.text.style.TtsSpan.FractionBuilder.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$FractionBuilder;", "GetSetDenominator_Ljava_lang_String_Handler")]
public virtual Android.Text.Style.TtsSpan.FractionBuilder? SetDenominator(string? denominator);
[<Android.Runtime.Register("setDenominator", "(Ljava/lang/String;)Landroid/text/style/TtsSpan$FractionBuilder;", "GetSetDenominator_Ljava_lang_String_Handler")>]
abstract member SetDenominator : string -> Android.Text.Style.TtsSpan.FractionBuilder
override this.SetDenominator : string -> Android.Text.Style.TtsSpan.FractionBuilder
Parameters
- denominator
- String
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.FractionBuilder.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.