Skip to main content
Participant
November 12, 2024
Question

TextFrame overflows into another textFrame

  • November 12, 2024
  • 2 replies
  • 463 views

I would like to know if there's a way to take the overflows text from a textframe and move it to another one ? I tried something like this by testing if my textFrames.overflows was true then slicing my textFrame in two by lines, and move the second part into another textFrame but i can't acces to overflows lines.


This topic has been closed for replies.

2 replies

Community Expert
November 12, 2024

Hi, @nicolas_6195 ,

assuming you are talking about trying develop a script that can do the copying of overflow text you should show what code you have used so far.

And describe what is happening when running your script (any error message? nothings happening? or something else?).

And you should also tell what OS and what InDesign version you are using.

Regards

Stephan

Participant
November 12, 2024

I'm using inDesign 18.3 on MacOS. I searched a bit and I find that the easiest way is to link two textFrames together to make the excess from the first textFrames moves into the second. I'm sorry if i'm not clear enough. 

 

Derek Cross
Community Expert
Community Expert
November 12, 2024

Yeah, that's the normal way!

Derek Cross
Community Expert
Community Expert
November 12, 2024

Copy the overmatter using Edit in Story Editor.

Participant
November 12, 2024

Thanks i would try.