How to unlink textframes
hii
i trying unlink textframe able getting overset , text not visible anymore after page.
what should can unlink frame , leave text undisturbed?
cut , paste option thinking of. can please suggest better way??
please help
thanks
hi avir,
the method duplicate() job's first part.
the second remove contents of still threaded text frame , then:
remove text frame.
something that, if text frame selected:
var textframe = app.selection[0]; var singledouttextframe = textframe.duplicate(); textframe.contents = ""; textframe.remove();
see before (top row) , after (bottom row) in screenshot below.
the text frame holding blue text selected before running snippet:
uwe
More discussions in InDesign Scripting
adobe
Comments
Post a Comment