dongjiang tang wrote:
Thank you!
Any work round? any patch?
Work around: create table cells where you want the double
border to occur and fill it with appropriate graphic. For
example for a one row, two column table
<fo:table>
<fo:table-column column-width="5cm"/>
<fo:table-column column-width="8cm"/>
<fo:table-body>
<fo:table-row>
<fo:table-cell>
<fo:block>
<fo:external-graphic src="upper-left.gif"/>
</fo:block>
</fo:table-cell>
<fo:table-cell>
<fo:block>
<fo:external-graphic src="horizontal.gif" width="5cm"/>
</fo:block>
</fo:table-cell>
<fo:table-cell>
<fo:block>
<fo:external-graphic src="upper-mid.gif"/>
</fo:block>
</fo:table-cell>
<fo:table-cell>
<fo:block>
<fo:external-graphic src="horizontal.gif" width="8cm"/>
</fo:block>
</fo:table-cell>
<fo:table-cell>
<fo:block>
<fo:external-graphic src="upper-right.gif"/>
</fo:block>
</fo:table-cell>
</fo:table-row>
<fo:table-row>
<fo:table-cell>
<fo:block>
<fo:external-graphic src="vertical.gif"/>
</fo:block>
</fo:table-cell>
<fo:table-cell>
<fo:block>1st cell</fo:block>
</fo:table-cell>
<fo:table-cell>
<fo:block>
<fo:external-graphic src="vertical.gif"/>
</fo:block>
</fo:table-cell>
<fo:table-cell>
<fo:block>2nd cell</fo:block>
</fo:table-cell>
<fo:table-cell>
<fo:block>
<fo:external-graphic src="vertical.gif"/>
</fo:block>
</fo:table-cell>
</fo:table-row>
<fo:table-row>
<fo:table-cell>
<fo:block>
<fo:external-graphic src="lower-left.gif"/>
</fo:block>
</fo:table-cell>
<fo:table-cell>
<fo:block>
<fo:external-graphic src="horizontal.gif" width="5cm"/>
</fo:block>
</fo:table-cell>
<fo:table-cell>
<fo:block>
<fo:external-graphic src="lower-mid.gif"/>
</fo:block>
</fo:table-cell>
<fo:table-cell>
<fo:block>
<fo:external-graphic src="horizontal.gif" width="8cm"/>
</fo:block>
</fo:table-cell>
<fo:table-cell>
<fo:block>
<fo:external-graphic src="lower-right.gif"/>
</fo:block>
</fo:table-cell>
</fo:table-row>
</fo:table-body>
</fo:table>
If you experience gaps between the graphics, try negative padding (dunno
whether this would really work). Adjusting the height of the vertical
double bar graphics is a challenge I leave to you. You can try a test
rendering, measure the height of the rows and then do a second rendering
with the proper height inserted.
J.Pietschmann
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]