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 <nithinurs.venugopalraj...@arisglobal.com>:
> 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: fop-users-unsubscr...@xmlgraphics.apache.org
> For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org
>



-- 
pascal

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org

Reply via email to