Hello all,

in my project i have my bodypart of the page divided into 2 columns by the
following code part:

 <fo:region-body background-color="#FFFFFF" margin-bottom="30mm"
margin-top="37mm" column-count="2" column-gap="12mm"/>

In the body the items are ordered like this.
<fo:block>
<fo:block>1</fo:block><fo:block>2</fo:block>
<fo:block>3</fo:block><fo:block>4</fo:block>
<fo:block>5</fo:block><fo:block>6</fo:block>
</fo:block>

But what i need is this:
<fo:block>1</fo:block><fo:block>4</fo:block>
<fo:block>2</fo:block><fo:block>5</fo:block>
<fo:block>3</fo:block><fo:block>6</fo:block>

Is there an attribute for this?

Thanks and greets from leipzig

Johannes Perlet
-- 
View this message in context: 
http://old.nabble.com/2-Column-Layout-and-Text-Align-tp29699033p29699033.html
Sent from the FOP - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to