RE: [iText-questions] Re: indentation of columnText

2002-03-26 Thread Paulo Soares
002 18:00 > To: Paulo Soares > Cc: iText > Subject: RE: [iText-questions] Re: indentation of columnText > > Correct. Perhaps there is another solution that would make more sense in > this case? > > Only Phrases and Chunks can be added to ColumnText via addText(). Per

RE: [iText-questions] Re: indentation of columnText

2002-03-25 Thread Paulo Soares
002 18:00 > To: Paulo Soares > Cc: iText > Subject: RE: [iText-questions] Re: indentation of columnText > > Correct. Perhaps there is another solution that would make more sense in > this case? > > Only Phrases and Chunks can be added to ColumnText via addText().

RE: [iText-questions] Re: indentation of columnText

2002-03-22 Thread Thomas McKay
ColumnText. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Paulo Soares Sent: Friday, March 22, 2002 11:11 AM To: 'Thomas McKay' Cc: iText Subject: RE: [iText-questions] Re: indentation of columnText The idea is to define a single column

RE: [iText-questions] Re: indentation of columnText

2002-03-22 Thread Paulo Soares
Paulo Soares > Cc: iText > Subject: RE: [iText-questions] Re: indentation of columnText > > Specifying a narrower column width would be very awkward. In my specific > case, I calculate the column edges based upon images to be displayed on > the > page. In addition,

RE: [iText-questions] Re: indentation of columnText

2002-03-22 Thread Thomas McKay
Cc: iText Subject: RE: [iText-questions] Re: indentation of columnText What's the problem of specifying a narrower column width? Best Regards, Paulo Soares > -Original Message- > From: Thomas McKay [SMTP:[EMAIL PROTECTED]] > Sent: Friday, March 22, 2002 14:25 > To: Pau

RE: [iText-questions] Re: indentation of columnText

2002-03-22 Thread Paulo Soares
OTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Paulo > Soares > Sent: Tuesday, March 19, 2002 9:29 AM > To: 'Thomas McKay'; [EMAIL PROTECTED] > Cc: iText > Subject: RE: [iText-questions] Re: indentation of columnText > > > I can't see the reason

RE: [iText-questions] Re: indentation of columnText

2002-03-22 Thread Thomas McKay
29 AM To: 'Thomas McKay'; [EMAIL PROTECTED] Cc: iText Subject: RE: [iText-questions] Re: indentation of columnText I can't see the reason for this. A negative first line indent will achieve the same. Best Regards, Paulo Soares > -Original Message- > From: Thomas Mc

RE: [iText-questions] Re: indentation of columnText

2002-03-19 Thread Paulo Soares
) ? indent : > followingIndent > ; > 631c652 > < } > \ No newline at end of file > --- > > } > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of > [EMAIL PROTECTED] > Sent: Tuesday, March 19, 2002 9:08 AM >

RE: [iText-questions] Re: indentation of columnText

2002-03-19 Thread Thomas McKay
ndent = line.isNewlineSplit() ? indent : followingIndent ; 631c652 < } \ No newline at end of file --- > } -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of [EMAIL PROTECTED] Sent: Tuesday, March 19, 2002 9:08 AM To: Thomas McKay Cc: iText Subject: [iText

[iText-questions] Re: indentation of columnText

2002-03-19 Thread bruno
Thomas McKay writes: > Just wondering if there's a way to indent the lines following the first line > of a paragraph. > > This is some text that wraps > at the edge and indents > six spaces on subsequent > lines. > > I put some code into ColumnText.java to allow this to happ