You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-users@xmlgraphics.apache.org by Vojko <vo...@dhimahi.com> on 2004/12/04 17:47:28 UTC

text-align

Hi

How can I align the text to bottom of a row or table or a cell?

Regards, Vojko


---------------------------------------------------------------------
To unsubscribe, e-mail: fop-user-unsubscribe@xml.apache.org
For additional commands, e-mail: fop-user-help@xml.apache.org


RE: text-align

Posted by "Andreas L. Delmelle" <a_...@pandora.be>.
> -----Original Message-----
> From: Vojko Kercan [mailto:vojko@dhimahi.com]
>

Hi,

> I tried it but it is not working. Can you help me with it? Am I using
> display-align correctly?
>

Sorry for not pointing this out, but the property needs to be specified on
the table-cell, so:

<fo:table table-layout="fixed>
<fo:table-column column-width="5cm" />
  <fo:table-body>
    <fo:table-row>
      <fo:table-cell height="5cm" display-align="after">
        <fo:block>Want to align bottom</fo:block>
      </fo:table-cell>
    </fo:table-row>
  </fo:table-body>
</fo:table>

HTH!

Greetz,

Andreas


---------------------------------------------------------------------
To unsubscribe, e-mail: fop-user-unsubscribe@xml.apache.org
For additional commands, e-mail: fop-user-help@xml.apache.org


RE: text-align

Posted by Vojko Kercan <vo...@dhimahi.com>.
Hi

I tried it but it is not working. Can you help me with it? Am I using
display-align correctly?

This is what I have:

<fo:table table-layout="fixed>
<fo:table-column column-width="5cm" />
  <fo:table-body>
    <fo:table-row>
      <fo:table-cell height="5cm" >
        <fo:block display-align="after">Want to align bottom</fo:block>
      </fo:table-cell>
    </fo:table-row>
  </fo:table-body>
</fo:table>


Greets, Vojko


On Sat, 2004-12-04 at 19:35, Andreas L. Delmelle wrote:
> > -----Original Message-----
> > From: Vojko [mailto:vojko@dhimahi.com]
> > 
> 
> Hi,
> 
> > How can I align the text to bottom of a row or table or a cell?
> > 
> 
> Setting 'display-align="after"' should do the trick.
> 
> 
> Greetz,
> 
> Andreas
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: fop-user-unsubscribe@xml.apache.org
> For additional commands, e-mail: fop-user-help@xml.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: fop-user-unsubscribe@xml.apache.org
For additional commands, e-mail: fop-user-help@xml.apache.org


RE: text-align

Posted by "Andreas L. Delmelle" <a_...@pandora.be>.
> -----Original Message-----
> From: Vojko [mailto:vojko@dhimahi.com]
> 

Hi,

> How can I align the text to bottom of a row or table or a cell?
> 

Setting 'display-align="after"' should do the trick.


Greetz,

Andreas


---------------------------------------------------------------------
To unsubscribe, e-mail: fop-user-unsubscribe@xml.apache.org
For additional commands, e-mail: fop-user-help@xml.apache.org