• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

change edit text direction on typing ( right to left reading order)

Enthusiast ,
Nov 25, 2021 Nov 25, 2021

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

Screenshot 2021-11-25 183323.pngexpand image

TOPICS
Actions and scripting , SDK

Views

539

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Enthusiast , Dec 21, 2021 Dec 21, 2021

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;

 

Votes

Translate

Translate
Adobe
Enthusiast ,
Dec 21, 2021 Dec 21, 2021

Copy link to clipboard

Copied

LATEST

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;

 

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines