From: DESEYNE Jacques (Jacques.DESEYNE@swift.com)
Date: Fri Mar 19 2004 - 07:50:09 PST
Hello Richard,
One way is to specify the attribute:
text-align-last="justify"
on the block containing the leader, e.g.:
...
<fo:table-row>
<fo:table-cell padding="1mm">
<fo:block font-size="8pt" font-family="sans-serif" text-align-last="justify">POSIZIONE:<fo:inline
font-size="6pt">
<fo:leader leader-pattern="dots"
rule-style="solid" rule-thickness="0.5pt" />
</fo:inline>
</fo:block>
</fo:table-cell>
<fo:table-cell padding="1mm">
<fo:block font-size="8pt" font-family="sans-serif" text-align="left">Ecco la qua!</fo:block>
</fo:table-cell>
</fo:table-row>
...
Having some reference materials at hand can save you a lot of searching and experimenting. I have found 'Definitive XSL-FO' by G.
Ken Holman (ISBN 0-13-140374-5) very useful in explaining and documenting the different uses of XSL-FO objects.
Best regards,
-- Jacques Deseyne >-----Original Message----- >From: owner-xep-support@renderx.com >[mailto:owner-xep-support@renderx.com] On Behalf Of Rose, Richard >Sent: Friday, March 19, 2004 3:46 PM >To: xep-support@renderx.com >Subject: [xep-support] Trying to make a leader fill a table cell > >Hi > >I'm trying to make a leader after a word extend to the outer limit of a >table cell using leader-length.maximum with either mm or % >values however >the leader only extends for about 10mm. Can you help? > >A snippet of the code is below; > > ><fo:table table-layout="fixed" border="0.5pt solid black"> ><fo:table-column column-width="33mm" /> ><fo:table-column column-width="61mm" /> ><fo:table-body> ><fo:table-row> ><fo:table-cell number-columns-spanned="2" padding="1mm"> ><fo:block font-size="8pt" font-family="humanist">POSIZIONE:<fo:inline >font-size="6pt"> ><fo:leader leader-length.maximum="100%" leader-pattern="dots" >rule-style="solid" rule-thickness="0.5pt" /> ></fo:inline> ></fo:block> ></fo:table-cell> ></fo:table-row> ></fo:table-body> ></fo:table> > >CheerZ >:D richard rose > >*************************************************************** >*********** >The information transmitted herewith is sensitive information >intended only >for use by the individual or entity to which it is addressed. >If the reader >of this message is not the intended recipient, you are hereby >notified that >any review, retransmission, dissemination, distribution, >copying or other >use of, or taking of any action in reliance upon this information is >strictly prohibited. If you have received this communication in error, >please contact the sender and delete the material from your computer. >------------------- >(*) To unsubscribe, send a message with words 'unsubscribe xep-support' >in the body of the message to majordomo@renderx.com from the address >you are subscribed from. >(*) By using the Service, you expressly agree to these Terms >of Service http://www.renderx.com/tos.html > >
-------------------
(*) To unsubscribe, send a message with words 'unsubscribe xep-support'
in the body of the message to majordomo@renderx.com from the address
you are subscribed from.
(*) By using the Service, you expressly agree to these Terms of Service http://www.renderx.com/tos.html
This archive was generated by hypermail 2.1.5 : Fri Mar 19 2004 - 07:59:59 PST