Skip to main content
October 28, 2009
Answered

Overflow Cell

  • October 28, 2009
  • 1 reply
  • 1128 views

Hi,

Can you talk me because when i read cell overflow if redraw is enabled it function but if redraw is disable the overflow return always false.

Thanks

This topic has been closed for replies.
Correct answer Robert at ID-Tasker

try something like this:

myTable.cells.item[0].recompose();

robin

www.adobescripts.co.uk

1 reply

Robert at ID-Tasker
Legend
October 28, 2009

try to call Recompose function on cell before you read it's Overflows status

from VB6 ObjectBrowser:

Sub Recompose()
    Member of InDesign.Cell
    Recomposes the text in the Cell.

robin

www.adobescripts.co.uk

October 29, 2009

In javascrip?

Robert at ID-Tasker
Robert at ID-TaskerCorrect answer
Legend
October 29, 2009

try something like this:

myTable.cells.item[0].recompose();

robin

www.adobescripts.co.uk