|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The PSVTBIDIServices interface provides access to the bidirectional (BIDI) language properties in a BIDI VT session. The PSVTBIDIServices object is only available when using bidirectional code pages.
ECLPS.GetPSVTBIDIServices()
Field Summary | |
static java.lang.String |
BIDI_MODE_OFF
BIDIMode property value - BIDIMODEOFF |
static java.lang.String |
BIDI_MODE_ON
BIDIMode property value - BIDIMODEON |
static java.lang.String |
CONTEXTUAL
Numerals Shape property value - CONTEXTUAL, this value only applies to Arabic hosts |
static java.lang.String |
CONTEXTUAL_DISP
Numerals Shape Display property value - CONTEXTUAL_DISP, this value only applies to Arabic hosts |
static java.lang.String |
CURSOR_LTR
cursorDirection property value - CURSOR_LEFTTORIGHT, this value only applies to Visual Hebrew Sessions |
static java.lang.String |
CURSOR_RTL
cursorDirection property value - CURSOR_RIGHTTOLEFT, this value only applies to Visual Hebrew Sessions |
static java.lang.String |
LEFT_TO_RIGHT
TextOrientation property value - LEFTTORIGHT |
static java.lang.String |
LOGICAL
TextType property value - LOGICAL |
static java.lang.String |
LOGICAL_DISP
TextType Display property value - LOGICAL_DISP |
static java.lang.String |
NATIONAL
Numerals Shape property value - NATIONAL, this value only applies to Arabic hosts |
static java.lang.String |
NATIONAL_DISP
Numerals Shape Display property value - NATIONAL_DISP, this value only applies to Arabic hosts |
static java.lang.String |
NOMINAL
Numerals Shape property value - NOMINAL, this value only applies to Arabic hosts |
static java.lang.String |
NOMINAL_DISP
Numerals Shape Display property value - NOMINAL_DISP, this value only applies to Arabic hosts |
static java.lang.String |
RIGHT_TO_LEFT
TextOrientation property value - RIGHTTOLEFT |
static java.lang.String |
SMART_ORDERING_OFF
smartOrdering property value - SMART_ORDERING_OFF , this value only applies to Logical Sessions |
static java.lang.String |
SMART_ORDERING_ON
smartOrdering property value - SMART_ORDERING_ON , this value only applies to Logical Sessions |
static java.lang.String |
VISUAL
TextType property value - VISUAL |
static java.lang.String |
VISUAL_DISP
TextType Display property value - VISUAL_DISP, this value only applies to Hebrew Hosts |
Method Summary | |
java.lang.String |
GetBIDIMode()
Returns the current value of the BIDIMode property. |
java.lang.String |
GetCursorDirection()
Returns the current value of the CursorDirection property. |
java.lang.String |
GetNumeralShape()
Determines whether numeral shape is Nominal, National or Contextual for string which will be sent to the presentation space by the ECLPS.SetString() and the ECLPS.SetText() methods. |
java.lang.String |
GetNumeralShapeDisp()
Returns the current value of the NumeralShapeDisp property. |
boolean |
GetShowTextAttributes()
Returns the current value of the ShowTextAttributes property. |
java.lang.String |
GetSmartOrdering()
Returns the current value of the SmartOrdering property. |
java.lang.String |
GetTextOrientation()
Determines whether text orientation is Left To Right or Right To Left for string which will be sent to the presentation space by the ECLPS.SetString() and the ECLPS.SetText() methods |
java.lang.String |
GetTextType()
Determines whether text type is Visual or Logical for string which will be sent to the presentation space by the ECLPS.SetString() and the ECLPS.SetText() methods. |
java.lang.String |
GetTextTypeDisp()
Returns the current value of the TextTypeDisp property. |
void |
SetBIDIMode(java.lang.String to)
Sets the BIDIMode property. |
void |
SetCursorDirection(java.lang.String to)
Sets the CursorDirection property. |
void |
SetNumeralShape(java.lang.String ns)
Sets whether numeral shape is Nominal, National or Contextual for string which will be sent to the presentation space by the ECLPS.SetString() and the ECLPS.SetText() methods. |
void |
SetNumeralShapeDisp(java.lang.String to)
Sets the NumeralShapeDisp property.Determines how numerals should be shaped This method only applies to Arabic Hosts. |
void |
SetShowTextAttributes(boolean state)
Sets the ShowTextAttributes property. |
void |
SetSmartOrdering(java.lang.String ns)
Sets the SmartOrdering property. |
void |
SetTextOrientation(java.lang.String to)
Sets whether text orientation is Left To Right or Right To Left for string which will be sent to the presentation space by the ECLPS.SetString() and the ECLPS.SetText() methods. |
void |
SetTextType(java.lang.String tt)
Sets whether text type is Visual or Logical for string which will be sent to the presentation space by the ECLPS.SetString() and the ECLPS.SetText() methods. |
void |
SetTextTypeDisp(java.lang.String to)
Sets the TextTypeDisp property. |
int |
visualFromLogical(int logcur)
|
Field Detail |
public static final java.lang.String NOMINAL
public static final java.lang.String NATIONAL
public static final java.lang.String CONTEXTUAL
public static final java.lang.String VISUAL
public static final java.lang.String LOGICAL
public static final java.lang.String LEFT_TO_RIGHT
public static final java.lang.String RIGHT_TO_LEFT
public static final java.lang.String NOMINAL_DISP
public static final java.lang.String NATIONAL_DISP
public static final java.lang.String CONTEXTUAL_DISP
public static final java.lang.String VISUAL_DISP
public static final java.lang.String LOGICAL_DISP
public static final java.lang.String BIDI_MODE_ON
public static final java.lang.String BIDI_MODE_OFF
public static final java.lang.String CURSOR_LTR
public static final java.lang.String CURSOR_RTL
public static final java.lang.String SMART_ORDERING_ON
public static final java.lang.String SMART_ORDERING_OFF
Method Detail |
public void SetSmartOrdering(java.lang.String ns) throws ECLErr
ns
- Can be one of the following string constants:
ECLErr
- Thrown if the specified value is
invalid.SetNumeralShape(java.lang.String)
,
SMART_ORDERING_ON
,
SMART_ORDERING_OFF
public java.lang.String GetSmartOrdering()
SetSmartOrdering(java.lang.String)
,
SMART_ORDERING_ON
,
SMART_ORDERING_OFF
public void SetShowTextAttributes(boolean state) throws ECLErr
ECLErr
- Thrown if the specified value is
invalid.public boolean GetShowTextAttributes()
SetShowTextAttributes(boolean)
public void SetNumeralShape(java.lang.String ns) throws ECLErr
ns
- Can be one of the following string constants:
ECLErr
- Thrown if the specified value is
invalid.GetNumeralShape()
,
NOMINAL
,
NATIONAL
,
CONTEXTUAL
public java.lang.String GetNumeralShape()
SetNumeralShape(java.lang.String)
,
NOMINAL
,
NATIONAL
,
CONTEXTUAL
public void SetTextType(java.lang.String tt) throws ECLErr
tt
- Can be one of the following string constants:
ECLErr
- Thrown if the specified value is
invalid.GetTextType()
,
VISUAL
,
LOGICAL
public java.lang.String GetTextType()
SetTextType(java.lang.String)
,
VISUAL
,
LOGICAL
public void SetTextOrientation(java.lang.String to) throws ECLErr
to
- Can be one of the following string constants:
ECLErr
- Thrown if the specified value is
invalid.GetTextOrientation()
,
LEFT_TO_RIGHT
,
RIGHT_TO_LEFT
public java.lang.String GetTextOrientation()
SetTextOrientation(java.lang.String)
,
LEFT_TO_RIGHT
,
RIGHT_TO_LEFT
public void SetBIDIMode(java.lang.String to) throws ECLErr
to
- Can be one of the following string constants:
ECLErr
- Thrown if the specified value is
invalid.GetBIDIMode()
,
BIDI_MODE_ON
,
BIDI_MODE_OFF
public java.lang.String GetBIDIMode()
SetBIDIMode(java.lang.String)
,
BIDI_MODE_ON
,
BIDI_MODE_OFF
public void SetTextTypeDisp(java.lang.String to) throws ECLErr
to
- Can be one of the following string constants:
ECLErr
- Thrown if the specified value is
invalid.GetTextTypeDisp()
,
LOGICAL
,
VISUAL
public java.lang.String GetTextTypeDisp()
SetTextTypeDisp(java.lang.String)
,
LOGICAL
,
VISUAL
public void SetCursorDirection(java.lang.String to) throws ECLErr
to
- Can be one of the following string constants:
ECLErr
- Thrown if the specified value is
invalid.GetCursorDirection()
,
CURSOR_LTR
,
CURSOR_RTL
public java.lang.String GetCursorDirection()
SetCursorDirection(java.lang.String)
,
CURSOR_LTR
,
CURSOR_RTL
public void SetNumeralShapeDisp(java.lang.String to) throws ECLErr
to
- Can be one of the following string constants:
ECLErr
- Thrown if the specified value is
invalid.GetNumeralShapeDisp()
,
NOMINAL
,
NATIONAL
,
CONTEXTUAL
public java.lang.String GetNumeralShapeDisp()
SetNumeralShapeDisp(java.lang.String)
,
NOMINAL
,
NATIONAL
,
CONTEXTUAL
public int visualFromLogical(int logcur)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |