xsl-list
[Top] [All Lists]

Re: fill empty fo:cell with whitespace? (NEWBIE)

2002-09-17 00:39:09
Hi , Thomas
I think you can set the property white-space-collapse="false" for fo:block
object inside this cell (it is 'true' by default):
     <fo:table-cell border-width="0.1mm" border-bottom-style="solid">
           <fo:block white-space-collapse="false">



          </fo:block>
     </fo:table-cell>
So, linefeed characters you set here will not be discarded.
But, why do not you use the 'height' property for fo:table-cell?

Siarhei Baidun
SaM Solutions Ltd.
s(_dot_)baidun(_at_)sam-solutions(_dot_)net
----- Original Message -----
From: "thomas" <thomas(_dot_)lohbeck(_at_)ksc(_dot_)ch>
To: <XSL-List(_at_)lists(_dot_)mulberrytech(_dot_)com>
Sent: Monday, September 16, 2002 1:40 PM
Subject: [xsl] fill empty fo:cell with whitespace? (NEWBIE)


Hello
I have several
<fo:table-cell border-width="0.1mm" border-bottom-style="solid">
  <fo:block>
  </fo:block>
</fo:table-cell>

If the cell is empty, the underline is not an the same height as the
cell before. Is there an way to fill it with like an &nbsp; ?

thanx
loebek


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



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