Copy link to clipboard
Copied
I use dialouge to type text on file
Writing from right to left or left to right
But when the form starts
I am using right mouse click and then right to left reading order
But often I forget it
Is there a way to write from right to left directly inside the edittext
And there is another question
How can I change the direction of the text inside the file from left to right or from right to left also through the script code
Thank you
1 Correct answer
ok guys
I searched and found the solution to the problem and let's put inside the edittext . code
justify: "right"
- change the direction of the text inside the file from left to right or from right to left By this Line code
TextRef.justification = Justification.LEFTJUSTIFIED;
Explore related tutorials & articles
Copy link to clipboard
Copied
ok guys
I searched and found the solution to the problem and let's put inside the edittext . code
justify: "right"
- change the direction of the text inside the file from left to right or from right to left By this Line code
TextRef.justification = Justification.LEFTJUSTIFIED;