Quite easy: Just remove the last table-column element. See: http://people.apache.org/~jeremias/fop/help/align-tables.fo
The "proportional-column-width(1)" causes the left-over space not used by the other columns with a fixed column-width to be divided up. If you remove the last table-column. All the non-used space is assigned to the first (empty) column which has the effect that the table is right-aligned. On 15.08.2005 21:09:44 mohamed salah wrote: > Hello , > Thanks for your reply Jeremias, > It tried the example you mentioned in your reply, I actually do not know what > part I should change? > > If you allow me, I may ask another question, > Is there a global tag I can use to make all the generated pdf right aligned > or I have to align each element separately? > > Thanks, > vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv > Eng. Mohamed Salah Sayed > Computer and System Engineer > eMail: [EMAIL PROTECTED] > Tel: 0124075487 > ^^^^^^^^^^^^^^^^^^^^^^ > > > >From: Jeremias Maerki <[EMAIL PROTECTED]> > >Reply-To: [email protected] > >To: [email protected] > >Subject: Re: Right aligned tables. > >Date: Mon, 15 Aug 2005 09:42:45 +0200 > > > >Look at the following: > >http://xml.apache.org/fop/fo.html#fo-center-table-horizon > > > >It is about centering a table but the idea applies equally to > >right-aligning a table. > > > >On 15.08.2005 08:53:29 mohamed salah wrote: > > > Hello All, > > > How can I make a table that is right aligned? > > > Please Advice! Jeremias Maerki --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
