Re: absolute, unvarying table-cell heights

On Fri, Apr 23 2010 03:01:32 +0100, fhbartlett@gmail.com wrote:
...
> Is there anyway to ensure that the heights of table cells remain constant,
> even if the contents of the cell is taller than the cell itself? Something
> analogous to the TeX \vbox to<dimen>{\vss<arbitrarily tall stuff>\vss}
> construct, if that helps anyone ...

Both fo:table-row [1] and fo:table-cell [2] have the 'height' property [3],
with which you can specify a fixed height.

Regards,


Tony Graham                         Tony.Graham@MenteithConsulting.com
Director                                  W3C XSL FO SG Invited Expert
Menteith Consulting Ltd                               XML Guild member
XML, XSL and XSLT consulting, programming and training
Registered Office: 13 Kelly's Bay Beach, Skerries, Co. Dublin, Ireland
Registered in Ireland - No. 428599   http://www.menteithconsulting.com
  --  --  --  --  --  --  --  --  --  --  --  --  --  --  --  --  --
xmlroff XSL Formatter                               http://xmlroff.org
xslide Emacs mode                  http://www.menteith.com/wiki/xslide
Unicode: A Primer                               urn:isbn:0-7645-4625-2


[1] http://www.w3.org/TR/xsl11/#fo_table-row
[2] http://www.w3.org/TR/xsl11/#fo_table-cell
[3] http://www.w3.org/TR/xsl11/#height

Received on Tuesday, 27 April 2010 09:30:17 UTC