Skip to main content
Participating Frequently
August 6, 2010
Question

Can I set the x-position of columns in a text flow?

  • August 6, 2010
  • 1 reply
  • 474 views

I am trying to create a multi-column textflow that runs across the fold in the middle of a page spread. On other side of the fold the columns should be spaced as usual, but the spacing between columns across the fold needs to be wider so the text doesn't disappear in the fold. If possible I would like to do this with a single container - can anyone tell me if this is possible, and if so, how to do it?

Thanks!

This topic has been closed for replies.

1 reply

Adobe Employee
August 6, 2010

You'd have to customize the ColumnState class to pay attention to the special gap.  You might be able to do that by subclassing ContainerController and substituting your own ColumnState subclass as the return value from the columnState property.

Hope that helps,

Richard