Skip to main content
Known Participant
March 27, 2008
Question

How to find overflow text in a textframe and move overflow contents to a new textframe

  • March 27, 2008
  • 4 replies
  • 917 views
Hi all,

How to find overflow text in a text frame and move the overflow contents to a new textframe. Can anyone help!

Thanks,
Hemachandiran K
This topic has been closed for replies.

4 replies

Known Participant
March 28, 2008
Thanks Dave
Inspiring
March 27, 2008
Make the new frame and set its previousTextFrame property to the overset frame.

See: Dave Saunders, "Master page" #3, 28 Dec 2007 7:23 pm

Dave
Known Participant
March 27, 2008
Hi Dave,

I am doing it in vb.net.
Can we create a thread to link the overset frame. Even if possible i am able to understand javascript.

Thanks,
Hems
Inspiring
March 27, 2008
Why not just add a new frame and thread it to the overset one?

Dave