Centering text in a table cell with number-rows-spanned

Is it possible to get the block within a table cell to automatically 
consume 100% of the available space for its line-height?

I'd like to do this:

<fo:table-cell vertical-align="middle" text-align="center" 
number-rows-spanned="2">
<fo:block>test</fo:block>
</fo:table-cell>

and have the block consume the entire table cell, making the label 
"test" centered within the available space.  Right now, the block is 
only as big as the line size for the font, jamming the label at the top 
of the column.

What I have:
---------
test


---------

What I want:
----------

test

----------

Any ideas?

Received on Thursday, 7 March 2002 11:06:04 UTC