You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by "Castañer Mármol, Roger" <rc...@atlante.com> on 2001/09/07 13:35:09 UTC

Problem with fo:leader into fo:table.

 We are interested in a bug of the fop 0.20.1 version relative to using
leader inside tables. We have seen that when we try to draw a line using
fo:leader into a table cell this line is not drawn. We would like to know
when will you solve this problem or if it has been solved in a recent
version...

For example:

<fo:table>
	<fo:table-column column-width="83mm"/>
	<fo:table-column column-width="83mm"/>
	<fo:table-body>
		<fo:table-row>
		<fo:table-cell>
<fo:block font-family="Charlotte" font-size="11pt" space-after="-10pt"
text-align="justify" font-weight="bold">PRUEBA</fo:block>
<fo:block space-after="-6pt"><fo:leader leader-length="8%"
rule-thickness="3pt" leader-pattern="rule"/></fo:block>
<fo:block space-before="-9pt"><fo:leader leader-length="27%"
rule-thickness="0.5pt" leader-pattern="rule"/></fo:block>
<fo:block space-before="1pt"><fo:leader leader-length="93%"
rule-thickness="0.5pt" leader-pattern="rule"/></fo:block>
		</fo:table-cell> 
		</fo:table-row>
	</fo:table-body>
</fo:table>


Thanks in advance

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-dev-unsubscribe@xml.apache.org
For additional commands, email: fop-dev-help@xml.apache.org