Android.Text.BidiFormatter Members

The members of Android.Text.BidiFormatter are listed below.

See Also: Inherited members from Java.Lang.Object

Public Properties

[read-only]
static
InstanceBidiFormatter. Factory for creating an instance of BidiFormatter for the default locale directionality.
[read-only]
IsRtlContextbool.
[read-only]
StereoResetbool.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

static
GetInstance(Java.Util.Locale) : BidiFormatter
Factory for creating an instance of BidiFormatter given the context locale.
static
GetInstance(bool) : BidiFormatter
Factory for creating an instance of BidiFormatter given the context directionality.
IsRtl(string) : bool
Estimates the directionality of a string using the default text direction heuristic.
UnicodeWrap(string) : string
Operates like BidiFormatter.UnicodeWrap(string, Android.Text.ITextDirectionHeuristic, Android.Text.ITextDirectionHeuristic), but uses the formatter's default direction estimation algorithm and assumes isolate is true.
UnicodeWrap(string, ITextDirectionHeuristic) : string
Operates like BidiFormatter.UnicodeWrap(string, Android.Text.ITextDirectionHeuristic, Android.Text.ITextDirectionHeuristic), but assumes isolate is true.
UnicodeWrap(string, bool) : string
Operates like BidiFormatter.UnicodeWrap(string, Android.Text.ITextDirectionHeuristic, Android.Text.ITextDirectionHeuristic), but uses the formatter's default direction estimation algorithm.
UnicodeWrap(string, ITextDirectionHeuristic, bool) : string
Formats a string of given directionality for use in plain-text output of the context directionality, so an opposite-directionality string is neither garbled nor garbles its surroundings.