public interface IDirectional
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDir()
Get the direction of text, which can be one of "ltr", "rtl", "lro", or "rlo".
|
boolean |
isValid()
Checks whether this object has valid localization settings; specifically that the lang property of this
object is a valid language-tag according to BCP-47
|
void |
setDir(java.lang.String dir)
Set the direction of text, which can be one of "ltr", "rtl", "lro", or "rlo".
|
java.lang.String getDir()
void setDir(java.lang.String dir)
dir - the direction to setboolean isValid()
2012 Apache Software Foundation.