Builder

A class for building a BidiFormatter with non-default options.

Constructors

Link copied to clipboard
constructor()
Constructor.
constructor(rtlContext: Boolean)
Constructor.
constructor(locale: Locale)
Constructor.

Functions

Link copied to clipboard
open fun build(): BidiFormatter
Link copied to clipboard
Specifies the default directionality estimation algorithm to be used by the BidiFormatter.
Link copied to clipboard
open fun stereoReset(stereoReset: Boolean): BidiFormatter.Builder
Specifies whether the BidiFormatter to be built should also "reset" directionality before a string being bidi-wrapped, not just after it.