Hello
I want to generate a Rtf file (I'm using the
RtfWriter2 class).
I have the latest version of iTextSharp 4.0.6 of
2007-10-09.
I want to add line in my Rtf file like this :
A short text ............................. A number
aligned at the right
I use the following code:
Paragraph by = new Paragraph ();
Par.Add (new RtfTab (30, RtfTab.TAB_LEFT_ALIGN));
Par.Add (new RtfTab (400, RtfTab.TAB_RIGHT_ALIGN));
Par.Add ( "\tA short text ..................... \t" +
number.ToString("N") + "\ n");
Document.Add ();
How can I complete the line with dots ?
I read in the forum several answers, but messages are
old.
So perhaps is there now new solutions ?
Thanks !!
Valerie
_____________________________________________________________________________
Ne gardez plus qu'une seule adresse mail ! Copiez vos mails vers Yahoo! Mail
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions
Buy the iText book: http://itext.ugent.be/itext-in-action/