|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ArabicOption in com.ibm.bidiTools.bdlayout |
---|
Fields in com.ibm.bidiTools.bdlayout declared as ArabicOption | |
---|---|
static ArabicOption |
ArabicOption.LAMALEF_ATBEGIN
Value identifying At Begin. |
static ArabicOption |
ArabicOption.LAMALEF_ATEND
Value identifying At End. |
static ArabicOption |
ArabicOption.LAMALEF_AUTO
Value identifying Auto. |
static ArabicOption |
ArabicOption.LAMALEF_NEAR
Value identifying Near. |
static ArabicOption |
ArabicOption.LAMALEF_RESIZE_BUFFER
Value identifying Resize buffer. |
static ArabicOption |
ArabicOption.SEEN_ATBEGIN
Deprecated. this option is deprecated use SEEN_NEAR option |
static ArabicOption |
ArabicOption.SEEN_AUTO
Deprecated. this option is deprecated use SEEN_NEAR option |
static ArabicOption |
ArabicOption.SEEN_NEAR
Value identifying Near. |
static ArabicOption |
ArabicOption.TASHKEEL_AUTO
Value identifying Auto. |
static ArabicOption |
ArabicOption.TASHKEEL_CUSTOMIZED_ATBEGIN
Value identifying Customized At Begin. |
static ArabicOption |
ArabicOption.TASHKEEL_CUSTOMIZED_ATEND
Value identifying Customized At End. |
static ArabicOption |
ArabicOption.TASHKEEL_CUSTOMIZED_Near
Value identifying Customized Near. |
static ArabicOption |
ArabicOption.TASHKEEL_CUSTOMIZED_RESIZE_BUFFER
Value identifying Customized Resize_Buffer. |
static ArabicOption |
ArabicOption.TASHKEEL_CUSTOMIZED_WITHWIDTH
Value identifying Customized With Width. |
static ArabicOption |
ArabicOption.TASHKEEL_CUSTOMIZED_WITHZEROWIDTH
Value identifying Customized With Zero Width. |
static ArabicOption |
ArabicOption.TASHKEEL_KEEP
Value identifying Keep Tashkeel. |
static ArabicOption |
ArabicOption.YEHHAMZA_AUTO
Deprecated. this option is deprecated use YEHHAMZA_TWO_CELL_NEAR |
static ArabicOption |
ArabicOption.YEHHAMZA_TWO_CELL_ATEND
Deprecated. this option is deprecated use YEHHAMZA_TWO_CELL_NEAR |
static ArabicOption |
ArabicOption.YEHHAMZA_TWO_CELL_NEAR
Value identifying Near. |
Methods in com.ibm.bidiTools.bdlayout that return ArabicOption | |
---|---|
ArabicOption |
ArabicOptionSet.getLamAlefMode()
Returns the Lam Alef option from an ArabicOptionSet. |
ArabicOption |
ArabicOptionSet.getSeenMode()
Returns the Seen option from an ArabicOptionSet. |
ArabicOption |
ArabicOptionSet.getTashkeelMode()
Returns the Tashkeel option from an ArabicOptionSet. |
ArabicOption |
ArabicOptionSet.getYehHamzaMode()
Returns the Yeh Hamza option from an ArabicOptionSet. |
Methods in com.ibm.bidiTools.bdlayout with parameters of type ArabicOption | |
---|---|
void |
ArabicOptionSet.setOneOption(ArabicOption newoption)
Sets a new value for one of the Bidi Options in a set without changing the other Arabic Options. |
Constructors in com.ibm.bidiTools.bdlayout with parameters of type ArabicOption | |
---|---|
ArabicOptionSet(ArabicOption option)
Constructs an ArabicOptionSet from one ArabicOption. |
|
ArabicOptionSet(ArabicOption option1,
ArabicOption option2)
Constructs an ArabicOptionSet from two ArabicOptions. |
|
ArabicOptionSet(ArabicOption option1,
ArabicOption option2,
ArabicOption option3)
Constructs an ArabicOptionSet from three ArabicOptions. |
|
ArabicOptionSet(ArabicOption option1,
ArabicOption option2,
ArabicOption option3,
ArabicOption option4)
Constructs an ArabicOptionSet from four ArabicOptions. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |