Re: how can I get the double border work?

2002-12-05 Thread J.Pietschmann
dongjiang tang wrote:
Thank you! 
Any work round? any patch?
Work around: create table cells where you want the double
border to occur and fill it with appropriate graphic. For
example for a one row, two column table
 fo:table
   fo:table-column column-width=5cm/
   fo:table-column column-width=8cm/
   fo:table-body
 fo:table-row
   fo:table-cell
  fo:block
 fo:external-graphic src=upper-left.gif/
  /fo:block
   /fo:table-cell
   fo:table-cell
  fo:block
 fo:external-graphic src=horizontal.gif width=5cm/
  /fo:block
   /fo:table-cell
   fo:table-cell
  fo:block
 fo:external-graphic src=upper-mid.gif/
  /fo:block
   /fo:table-cell
   fo:table-cell
  fo:block
 fo:external-graphic src=horizontal.gif width=8cm/
  /fo:block
   /fo:table-cell
   fo:table-cell
  fo:block
 fo:external-graphic src=upper-right.gif/
  /fo:block
   /fo:table-cell
 /fo:table-row
 fo:table-row
   fo:table-cell
  fo:block
 fo:external-graphic src=vertical.gif/
  /fo:block
   /fo:table-cell
   fo:table-cell
  fo:block1st cell/fo:block
   /fo:table-cell
   fo:table-cell
  fo:block
 fo:external-graphic src=vertical.gif/
  /fo:block
   /fo:table-cell
   fo:table-cell
  fo:block2nd cell/fo:block
   /fo:table-cell
   fo:table-cell
  fo:block
 fo:external-graphic src=vertical.gif/
  /fo:block
   /fo:table-cell
 /fo:table-row
 fo:table-row
   fo:table-cell
  fo:block
 fo:external-graphic src=lower-left.gif/
  /fo:block
   /fo:table-cell
   fo:table-cell
  fo:block
 fo:external-graphic src=horizontal.gif width=5cm/
  /fo:block
   /fo:table-cell
   fo:table-cell
  fo:block
 fo:external-graphic src=lower-mid.gif/
  /fo:block
   /fo:table-cell
   fo:table-cell
  fo:block
 fo:external-graphic src=horizontal.gif width=8cm/
  /fo:block
   /fo:table-cell
   fo:table-cell
  fo:block
 fo:external-graphic src=lower-right.gif/
  /fo:block
   /fo:table-cell
 /fo:table-row
   /fo:table-body
 /fo:table
If you experience gaps between the graphics, try negative padding (dunno
whether this would really work). Adjusting the height of the vertical
double bar graphics is a challenge I leave to you. You can try a test
rendering, measure the height of the rows and then do a second rendering
with the proper height inserted.
J.Pietschmann
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: how can I get the double border work?

2002-12-04 Thread J.Pietschmann
dongjiang tang wrote:
Having trouble to show double border.
...
I got a PDF file only showing the single solid line. Anybody know why?
AFAIK the only border style currently implemented is
single border.
J.Pietschmann

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


Re: how can I get the double border work?

2002-12-04 Thread dongjiang tang
How about underline? I know I can get a single underline by using fo:inline
text-decoration=underline,  is there anything to get a double underline?

Thank you!
Dtang

- Original Message -
From: J.Pietschmann [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, December 04, 2002 5:18 PM
Subject: Re: how can I get the double border work?


 dongjiang tang wrote:
  Having trouble to show double border.
 ...
  I got a PDF file only showing the single solid line. Anybody know why?

 AFAIK the only border style currently implemented is
 single border.

 J.Pietschmann



 -
 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]