BidiFormatter.Builder 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
BidiFormatter.Builder() |
Constructor. |
BidiFormatter.Builder(Locale) |
Constructor. |
BidiFormatter.Builder(Boolean) |
Constructor. |
BidiFormatter.Builder()
Constructor.
[Android.Runtime.Register(".ctor", "()V", "")]
public Builder ();
- Attributes
Remarks
Constructor.
Java documentation for android.text.BidiFormatter.Builder.BidiFormatter$Builder()
.
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
BidiFormatter.Builder(Locale)
Constructor.
[Android.Runtime.Register(".ctor", "(Ljava/util/Locale;)V", "")]
public Builder (Java.Util.Locale? locale);
[<Android.Runtime.Register(".ctor", "(Ljava/util/Locale;)V", "")>]
new Android.Text.BidiFormatter.Builder : Java.Util.Locale -> Android.Text.BidiFormatter.Builder
Parameters
- locale
- Locale
The context locale.
- Attributes
Remarks
Constructor.
Java documentation for android.text.BidiFormatter.Builder.BidiFormatter$Builder(java.util.Locale)
.
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
BidiFormatter.Builder(Boolean)
Constructor.
[Android.Runtime.Register(".ctor", "(Z)V", "")]
public Builder (bool rtlContext);
[<Android.Runtime.Register(".ctor", "(Z)V", "")>]
new Android.Text.BidiFormatter.Builder : bool -> Android.Text.BidiFormatter.Builder
Parameters
- rtlContext
- Boolean
Whether the context directionality is RTL.
- Attributes
Remarks
Constructor.
Java documentation for android.text.BidiFormatter.Builder.BidiFormatter$Builder(boolean)
.
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.