> -----Original Message-----
> From: Susanta Dash [mailto:[EMAIL PROTECTED] 
> Sent: Tuesday, September 12, 2006 10:55 PM
>  
> I posted my query on fop-users, but not sure anyone received 
> or it's the right place for it or not! Can anyone let me 
> know. Here is my problem:
>  
> Here is the problem I'm facing while rendering it in FOP. 
> I've two rows, first one has 3 columns and the next has 2 
> columns. The text within these rows need to be flowed to the 
> next column. Like for example: I've ABC as text, in this 
> scenario I want the text to be arranged as A in column1, B in 
> column2 and C in column3. The same thing for the second row. 
> I tried to arrange the text below, hope it's viewable:
> 
> ----------------
> | A | B | C |
> ----------------
> |  X   |  Y  |
> ----------------
> 
> I also tried to set column-count in <fo:region-body> at page 
> level, where i can set either to 2 or 3, which is not helpful.
> 
> Suggestions are highly appreciated.
> 
> Thanks.
> 
> Susant.

Hi,
If I understand correctly, you want to flow your text in columns A, then
B, then C, and an other flow through X, then Y.

In this case, you have to wait XSL-FO 1.1 multiple fo:flow
implementation, which is not yet in the road map...

As a workaround, you can try to play with fo:block-container in absolute
position, but you have to cut the flow-text yourself.

Pascal

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to