BidiPolicy class
Provides low-level functionality to determine whether to support bidi.
class BidiPolicy { static BidiPolicyImpl impl = new BidiPolicyImpl(); /** * Returns true if bidi is enabled, false if disabled. */ static bool isBidiEnabled() { return impl.isBidiEnabled(); } }
Static Properties
BidiPolicyImpl impl #
static BidiPolicyImpl impl = new BidiPolicyImpl()
Static Methods
bool isBidiEnabled() #
Returns true if bidi is enabled, false if disabled.
static bool isBidiEnabled() { return impl.isBidiEnabled(); }