xsl-list
[Top] [All Lists]

Re: Row Height At Least

2004-03-01 11:30:50
Mark 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



<Prev in Thread] Current Thread [Next in Thread>