The suggestion given was to keep the row height fixed. Obviously the table height will be a multiple then of the number of rows.

You have not explained well what you are trying to achieve. You want a fixed table height regardless of the number of rows and their height?

Can you provide a drawing of what you expect, or maybe a document generated with the older FOP version you were using?

On 2/12/15 10:26 AM, fop_ag wrote:
Hi Luis Bernardo,

Even having block-container inside the table cell didnt give the expected
result.. Still the height is growing depending on total no of rows in table.

Here is the xsl snippet which i used -

<fo:table-row height="3mm">
                               <fo:table-cell padding="1mm"
padding-top="0.5mm" padding-bottom="0.5mm">
                               <fo:block-container border="solid red 1pt"
                                                                
block-progression-dimension.minimum="1cm"
                                                                
inline-progression-dimension="100%">
                                 <fo:block hyphenate="true"
wrap-option="wrap"  white-space-collapse="false"
white-space-treatment="preserve" linefeed-treatment="preserve"
<xsl:value-of select="B.4.k.2.1"/></fo:block>
</fo:block-container>
</fo:table-cell>
</fo:table-row>



--
View this message in context: 
http://apache-fop.1065347.n5.nabble.com/Re-Fixing-the-table-height-tp41699p41744.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



---------------------------------------------------------------------
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