Sharma, Siddharth wrote:

I understand from an FOP developer that there are keep properties with table
rows that always binds this information together.
Does anybody have the xsl code for the same?
E.g. to keep foo and bar together you can use the following fo snippet:
            <fo:table>
                <fo:table-column column-width="50mm"/>
                <fo:table-body>
                    <fo:table-row keep-together="always">
                        <fo:table-cell>
                            <fo:block>foo</fo:block>
                            <fo:block>bar</fo:block>
                        </fo:table-cell>
                    </fo:table-row>
                </fo:table-body>
            </fo:table>

--
Oleg Tkachenko
eXperanto team
Multiconn Technologies, Israel


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



Reply via email to