Skip to main content
lathac41153227
Participating Frequently
April 27, 2018
Question

Select textframe in framemaker.

  • April 27, 2018
  • 1 reply
  • 1029 views

How do I select all text frames in framemaker using extendscript ?

This topic has been closed for replies.

1 reply

frameexpert
Community Expert
Community Expert
April 27, 2018

What is the overall thing you are trying to accomplish?

www.frameexpert.com
lathac41153227
Participating Frequently
April 27, 2018

Hi ,

I need to add and remove textframe in framemaker when page zoom and fit in page window process,and i want to move the textframe in page of the bottom in framemaker using extendscript.So please suggests if any ideas.

frameexpert
Community Expert
Community Expert
April 27, 2018

With ExtendScript, you don't really have to select a text frame to move it like you do in the interface. If you get the TextFrame object in a variable, you can change its LocX, LocY, Width, and Height properties to move it and resize it.

www.frameexpert.com