Skip to main content
Vikram_S
Known Participant
February 22, 2011
Question

Column absolute start

  • February 22, 2011
  • 1 reply
  • 412 views

Hello all,

I have used multi column containerController.

Is there any way to get columns absolutestart?

Thanks,

Vikram

This topic has been closed for replies.

1 reply

Adobe Employee
February 22, 2011

Each TextFlowLine has an absoluteStart, controller and columnIndex property.  Search for the first TextFlowLine in the column, a binary search will be best, and use the TextFlowLine's absoluteStart.  TextFlowLine's are accessible as an ordered list from TextFlow.flowComposer.

Hope that helps,

Richard