I think the desired behavior is to have rows of fixed height. Having a block-container with fixed height inside a table-cell should achieve the desired result.

On 2/10/15 5:20 PM, Pascal Sancho wrote:
Hi,

FOP 1.1 only accepts value "auto" for fo:table@height.
Other values are replaced with 'auto'.
If you want a frame with a fixed (or minimal) height, then embed your
table in an fo:block-containter:
<fo:block-container
     border="solid red 1pt"
     block-progression-dimension.minimum="1cm"
     inline-progression-dimension="100%"
     <fo:table table-layout="fixed" width="100%">
     ...
     </fo:table>
</fo:block-container>

2015-02-10 13:05 GMT+01:00 fop_ag <[email protected]>:
Hi,

I'm trying to use the fo:block-container like u mentioned, but still the
table height is not constant..
It grows or shrinks depending on total no of rows in the table.

THis is the xsl i used xsl_updated.txt
<http://apache-fop.1065347.n5.nabble.com/file/n41706/xsl_updated.txt>



--
View this message in context: 
http://apache-fop.1065347.n5.nabble.com/Re-Fixing-the-table-height-tp41699p41706.html
Sent from the FOP - Users mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]





---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to