Can you use the bottom border of the cell?
-Lou




"Prabhat Kumar (IT)" <[EMAIL PROTECTED]> on 04/23/2003 12:45:50

Please respond to [EMAIL PROTECTED]

To:   <[EMAIL PROTECTED]>
cc:

Subject:  RE: text-decoration="underline"

I used the fo:leader before switching to using the fo:block itself. But
users do not want the 'underline' to appear on its own row. We need the
underline to appear in the same row as the text that's being printed.

-----Original Message-----
From: Clay Leeds [mailto:[EMAIL PROTECTED]
Sent: Wednesday, April 23, 2003 12:22 PM
To: [EMAIL PROTECTED]
Subject: Re: text-decoration="underline"


Prabhat Kumar (IT) wrote:
> I'm using the text-decoration="underline" attribute for an fo:block. It
> prints out the underline as expected for the enclosed text. I need the
> underline to be printed out across the entire fo:table-cell in which the
> fo:block is enclosed.
>
> Is this doable? How should I go about it?

Something like this:

<fo:leader leader-pattern="rule" rule-thickness=".5pt"
leader-length.optimum="6.5cm" leader-length.maximum="6.5cm"
leader-length.minimum=".5cm"/>

You can read up more about this here:
http://www.zvon.org/HowTo/Output/FOP0.18.1_examples_leader.php?el=leader

Here's an example:
http://www.zvon.org/HowTo/Output/FOP0.18.1_examples_leader.php?el=leader#d665e2067

--
Clay Leeds - [EMAIL PROTECTED]
Web Developer - Medata, Inc. - http://www.medata.com
PGP Public Key: https://mail.medata.com/pgp/cleeds.asc


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


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









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

Reply via email to