Re: Row Height At Least2004-03-01 11:30:50Mark Williams wrote: Thanks for the reply. Looks like what I need, but using FOP and not supported (alas).
There's the good old spacer method:
<fo:table ... >
<fo:table-column column-width="0.1pt"/> <!--spacer column-->
...
<fo:table-body>
<fo:table-row>
<fo:table-cell>
<fo:block>
<fo:external-graphics src="spacer.gif"
heigth="1cm" width="0.05pt"/>
...
J.Pietschmann
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
|
||||||||||||||||