differenct space needed for different letters?

2003-01-24 Thread dongjiang tang



Hi, I have mutiple line of text in one block in the 
header for my page, I make each line the exactly same number of letters(same 
string length), then I found out that the actual space each line takes is not 
the same, some are longer and some are shorter, just like below. Is there any 
way to make each line appears to be the same 'actual length' ?

start of line ccc
c
ccend of line
dongjiang


why some talbe cells have thiner border?

2003-01-16 Thread dongjiang tang
Hi,
I am define all the border of my cell the same border, but some of them are
thiner, any idea?
this the piece of code:

fo:table-cell padding-top=3pt padding-right=5pt
display-align=after  border-bottom-style=solid border-bottom-width=2pt
border-top-style=solid border-top-width=2pt  border-left-style=solid
border-left-width=2pt  border-right-style=solid border-right-width=2pt


thank you!

dtang


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



Re: why some talbe cells have thiner border?

2003-01-16 Thread dongjiang tang
You are right! the print is fine and if you change the zoom, it also become
even at certain point.
thank you Mark!

dongjiang

- Original Message -
From: Dudley, Mark [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, January 16, 2003 11:04 AM
Subject: RE: why some talbe cells have thiner border?


 Dtang,

 Does it print out this way or is it an artifact of the PDF display? I have
 noticed differences between the display and the print output in the past.

 Mark Dudley
 Xerox Corporation

 -Original Message-
 From: dongjiang tang [mailto:[EMAIL PROTECTED]
 Sent: Thursday, January 16, 2003 10:55 AM
 To: [EMAIL PROTECTED]
 Subject: why some talbe cells have thiner border?


 Hi,
 I am define all the border of my cell the same border, but some of them
are
 thiner, any idea?
 this the piece of code:

 fo:table-cell padding-top=3pt padding-right=5pt
 display-align=after  border-bottom-style=solid
border-bottom-width=2pt
 border-top-style=solid border-top-width=2pt  border-left-style=solid
 border-left-width=2pt  border-right-style=solid
border-right-width=2pt
 

 thank you!

 dtang


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



can we put a HTML link in PDF?

2003-01-16 Thread dongjiang tang



Hi, can we put a html link in the PDF using FOP? I 
feel PDF don't have this feature at all.

Dongjiang


Re: can we put a HTML link in PDF?

2003-01-16 Thread dongjiang tang
Great! one more question further: can I open another browser window for that
link? in html page I can easily do that use Java Scripts, but how about
here?

dongjiang

- Original Message -
From: Oleg Tkachenko [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, January 16, 2003 2:16 PM
Subject: Re: can we put a HTML link in PDF?


 dongjiang tang wrote:
  Hi, can we put a html link in the PDF using FOP? I feel PDF don't have
  this feature at all.

 fo:basic-link external-destination=http://www.google.com;Goggle
 it/fo:basic-link

 --
 Oleg Tkachenko
 eXperanto team
 Multiconn Technologies, Israel


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



is #xA; for a line break?

2003-01-15 Thread dongjiang tang
Hi, I am trying to detect if there is a line break in a string using
xsl:when test=contains($string, '#xA;') why the $string is
AAA
AAA
AAA

but seems like it is not working, anybody know why?

thank you very much!!

dtang


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