David Gerdt wrote:
> 
> If you truly want the text at opposite ends of the line (not just a
> certain width between them) you can do something like
>  
> <fo:block text-align-last="justify" font-size="7pt">
> ABC<fo:leader/>KLM
> </fo:block>
>  
> If you want a certain amount of space between your two texts try
> padding-left instead of padding-before.
>  
> 
>>>> "Ashish Kulkarni" <[EMAIL PROTECTED]> 11/24/2008 3:49 PM >>>
> 

I *believe* that even if you want a certain amount of space between your two
texts you can use <leader> by using a leader-length attribute:

<fo:block font-size="7pt">
ABC<fo:leader leader-length="15cm"/>KLM
</fo:block>


-- 
View this message in context: 
http://www.nabble.com/Add-Space-between-text-in-same-line-tp20669553p20704975.html
Sent from the FOP - Users mailing list archive at Nabble.com.


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

Reply via email to