Error processing SSI file
LEADTOOLS Leadtools.Documents (Leadtools.Documents assembly)

IsRightToLeft Property

Show in webframe
Indicates if this character is part of a right to left flow of text.
Syntax
get_isRightToLeft();
set_isRightToLeft(value);
Object.defineProperty('isRightToLeft');

Property Value

TypeDescription
booleantrue if this character is part of a right to left flow of text; otherwise, false.
Remarks

Set this value to true if this part of the text flow should be right to left, for example, Arabic or Hebrew text.

See Also

Reference

DocumentCharacter Object
DocumentCharacter Members

Error processing SSI file