ExtendScript to check Overflowed property of a text frame Hi,
I am working on a script which should check, if a certain text frame on a master page has the Overflowed property and adapt the height and the position accordingly.
if (lTextFrame.FirstSubCol.Overflowed == 1) ...
However, I see that the script passes the "if" only, if the text frame in the file has already the Overflowed property, when it is opened. Not, if I open the file and then change text (via a variable) in this text frame, so that the text frame then assumes this Overflowed property.
Could it be that I have to open the master page and go to the corresponding page, so that FrameMaker is able to notice this issue?
foDoc.Redisplay(); before the if had not helped.
Best regards, Winfried