This feature can be used to set the write direction to either left to right or right to left.
Module is located here:
...\ModuleLibrary\BaseExtensions\01_nocontext_Tools\10_W_writeDirection.xml
CMD
<Cmd case="BaseExtensions:write-direction" direction="xxx"/>
Parameters
direction (for both left and right commands)
ltr
The direction of the written text will be from left to right.
rtl
The direction of the written text will be from right to left.
For instance:
<Cmd case="BaseExtensions:write-direction" direction="rtl"
Comments
0 comments
Article is closed for comments.