Re: Line completion with '-' character loop

Olivier,

You can use fo:leader for this. Set its leader-pattern property
to "rule" and make sure the text-align-last property of the
surrounding block, which contains a "line", is set to "justify".

Regards,

Werner.

Oliver Hernàndez Valls wrote:
> 
> Hello,
>    I'm working in an application where we need to add a character loop
> ('-' for example) until the end of each line to enshure that nothing is
> added to the line (document manipulation).
> 
> 
> ______________________________________________________________________
> |   For example each line in the document must end like this one and |
> |the '-' characters must not extend to the next line.----------------|
> |   This is another example line.------------------------------------|
> ..                                                                    .
> ..                                                                    .
> ^                                                                    ^
> margin init                                                 margin end
> 
> 
>    My questions are:
> - Is it possible to do this? How?
> 
> - I tried to add an external-graphic line.png to the end of each line
> but it overfows and as I'm working with apache fo and no
> overflow="hidden" is implemented this solution doesn't work neither.
> 
>     Any suggestion?
> 
> thanks in advance!
> 
> Oliver Hernàndez Valls
> ----------------------
> Java developer
> 
> 
> 

-- 
Werner Donné  --  Re
Engelbeekstraat 8
B-3300 Tienen
tel: (+32) 486 425803	e-mail: werner.donne@re.be

Received on Tuesday, 30 May 2006 12:10:29 UTC