Copy link to clipboard
Copied
I am trying to select a text frame, but I don’t see a TextFrame property or method that will select a text frame. Please help me solve the problem.
var curDoc = app.activeDocument;
curDoc.pages[0].textFrames[0];
Hi,
You should be able to use the select function on the Document object.
curDoc.select ( curDoc.pages[0].textFrames[0]);
Hope this helps
Malcolm
Copy link to clipboard
Copied
Hi,
You should be able to use the select function on the Document object.
curDoc.select ( curDoc.pages[0].textFrames[0]);
Hope this helps
Malcolm
Copy link to clipboard
Copied
It worked. Thank you, Malcolm.
Get ready! An upgraded Adobe Community experience is coming in January.
Learn more