Resize TextFrame Not Performing Correctly
Hello,
I have been resizing textframes of tables using the following code in UXP scripting:
textFrame.fit(inDesign.FitOptions.FRAME_TO_CONTENT);
However, in the case that the table is outisde of the page bounds, like somewhere below the page for example, this code no longer works as expected. What is a good solution for resizing the textframe to fit its corresponding table bounds in these instances?










