https://issues.apache.org/bugzilla/show_bug.cgi?id=52585

--- Comment #1 from M.H. <mhilp...@gmx.de> 2012-02-02 18:42:39 UTC ---
Created attachment 28254
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=28254
Same XSL-FO with just number-columns-spanned added (below)

Example of same XSL-FO code with just 1 difference:

PDF above:
----------
<xsl:template name="t1"><xsl:param name="text">...</xsl:param>
<fo:table-cell background-color="..." border-top-style="solid" 
border-bottom-style="solid"  >
<fo:block line-height="10pt"><fo:inline><xsl:value-of
select="$text"/></fo:inline></fo:block>
</fo:table-cell></xsl:template>

PDF below (number-columns-spanned="2" added) :
----------------------------------------------
<xsl:template name="t1"><xsl:param name="text">...</xsl:param>
<fo:table-cell number-columns-spanned="2" background-color="..."
border-top-style="solid"  border-bottom-style="solid"  >
<fo:block line-height="10pt"><fo:inline><xsl:value-of
select="$text"/></fo:inline></fo:block>
</fo:table-cell></xsl:template>

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

Reply via email to