Skip to main content
Inspiring
October 15, 2024
Answered

How to select text in script by "Type tool"?

  • October 15, 2024
  • 1 reply
  • 385 views

How to select text in script by "Type tool"? 

On the picture the first variant is with the selected = true property applied, and the second variant - all characters are selected with the Type tool (this is what you need to do in the script).

p.s.  a Text Frame 🙂

This topic has been closed for replies.
Correct answer andyf65867865

it was easy 

textFrame.textRange.select();

1 reply

andyf65867865AuthorCorrect answer
Inspiring
October 15, 2024

it was easy 

textFrame.textRange.select();