Java.Text.Bidi: Field Members

The fields of Java.Text.Bidi are listed below. For a list of all members, see the Bidi Members list.

See Also: Inherited members from Java.Lang.Object

Public Fields

const
DirectionDefaultLeftToRightint (-2). Constant that indicates the default base level.
const
DirectionDefaultRightToLeftint (-1). Constant that indicates the default base level.
const
DirectionLeftToRightint (0). Constant that specifies the default base level as 0 (left-to-right).
const
DirectionRightToLeftint (1). Constant that specifies the default base level as 1 (right-to-left).