Hi list,

I'm trying to find a way to set the height of a table, and set the
row-height to a percentage of that, but I can't seem to get it to
work...

The specific problems are:
# Filling a page with a table, setting the height of some of the
elements, and letting the last one fill the space:
+------+
|      | Content-based (1/2 lines of text)
+------+
|      |
|      |   Leftover space
+------+
|      | 5cm
+------+


# Having 3 lines of the same size, regardless of content, and based on
the height of a multi-line cell:

+---+---+
|33%| g |
|   | r |
+---+ a |
|33%| p |
|   | h |
+---+ i |
|33%| c |
|   | ! |
+---+---+

A asked on the w3.org xsl-fo list, and it was suggested I put the table
in a <fo:block-container> with a block-progression-dimension of the
desired height (ie that of the graphic, or page)

This apparently works with XEP, but not in FOP. Is there a trick that
would allow this in FOP?

I'm currently using v0.94


Thanks in advance,

Jonathan Winterflood
[EMAIL PROTECTED]



This message contains information that may be privileged or confidential and is 
the property of the Capgemini Group. It is intended only for the person to whom 
it is addressed. If you are not the intended recipient,  you are not authorized 
to read, print, retain, copy, disseminate,  distribute, or use this message or 
any part thereof. If you receive this  message in error, please notify the 
sender immediately and delete all  copies of this message.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to