[reportlab-users] Table entries with VALIGN=MIDDLE are not correct
Robin Becker
reportlab-users@reportlab.com
Thu Nov 4 11:26:25 EST 2004
Dirk Holtwick wrote:
> Oh, think I found a solution to the problem described in my last mail
> (valign TOP in table cells with flowables).
>
> Just change tables.py this way in the method _drawCell(..)
>
> Instead of:
> w, h = self._listCellGeom(cellval,colwidth,cellstyle,W=W,
> H=H,aH=rowheight)
>
> Write:
> w, h = self._listCellGeom(cellval,colwidth,cellstyle,W=W, H=H)
>
> On my machine it works.
>
> Bye,
> Yours Dirk
>
Hi Dirk, have you got an example to illustrate?
--
Robin Becker
More information about the reportlab-users
mailing list