The members of Java.Text.Bidi are listed below.
See Also: Inherited members from Java.Lang.Object
const | DirectionDefaultLeftToRight | int (-2). Constant that indicates the default base level. |
const | DirectionDefaultRightToLeft | int (-1). Constant that indicates the default base level. |
const | DirectionLeftToRight | int (0). Constant that specifies the default base level as 0 (left-to-right). |
const | DirectionRightToLeft | int (1). Constant that specifies the default base level as 1 (right-to-left). |
[read-only] | BaseLevel | int. Returns the base level. |
[read-only] | IsLeftToRight | bool. Returns true if the text is from left to right, that is, both the base direction and the text direction is from left to right. |
[read-only] | IsMixed | bool. Returns true if the text direction is mixed. |
[read-only] | IsRightToLeft | bool. Returns true if the text is from right to left, that is, both the base direction and the text direction is from right to left. |
[read-only] | Length | int. Returns the length of the text. |
[read-only] | RunCount | int. Returns the number of runs in the text, at least 1. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
BaseIsLeftToRight()Returns whether the base level is from left to right. | ||
CreateLineBidi(int, int)Creates a new Bidi object containing the information of one line from this object. | ||
GetLevelAt(int)Returns the level of the given character. | ||
GetRunLevel(int)Returns the level of the given run. | ||
GetRunLimit(int)Returns the limit offset of the given run. | ||
GetRunStart(int)Returns the start offset of the given run. | ||
static | ReorderVisually(byte[], int, Java.Lang.Object[], int, int)Reorders a range of objects according to their specified levels. | |
static | RequiresBidi(char[], int, int)Indicates whether a range of characters of a text requires a Bidi object to display properly. |