xsl-list
[Top] [All Lists]

Re: [xsl] cell height xsl

2012-01-21 10:46:58
Thank you Christian, your advice worked perfectly!!

Jesse Schaaf
Schaafnet Consulting
www.schaafnet.com
952-463-7625

On 1/21/2012 4:04 AM, Christian Kirchhoff wrote:
Am 21.01.2012 04:14, schrieb Jesse Schaaf:
I realize 15pt is likely higher then the row height but its possible
for other cells in this row to wrap and I want those cells to dictate
the height.

I can only talk from my experience in CSS. The height of the cell is
calculated according to the height of it's contents. The content - a
fo:block - again has a height that is calculated based on what's in that
block. The text in the block has a line-height, and that line-height is
calculated depending on the font-size(s) in that line.

One character with a larger font (the bullet) triggers an increase of
the line-height, which changes the height of the block and by thus of
the cell.

So I would try to define a fixed line-height for the fo:block, hoping
that now the bigger bullet won't have the undesired influence on the
line-height.

I hope it helps.

Best regards

Christian

Editura GmbH & Co. KG
Tempelhofer Damm 2 · 12101 Berlin
Telefon: +49 (30) 7 89 59 49-68
Fax: +49 (30) 7 89 59 49-90
www.editura.de
AG Berlin-Charlottenburg · HRA 43189 B · USt.Id. DE217180548
Geschäftsführer: Stefan Krause · Ralf Szymanski

--~------------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

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