Re: [iText-questions] Indenting a Header!

2003-01-10 Thread Bruno
Quoting "John L. Lowenthal" <[EMAIL PROTECTED]>: > Sorry for the double send on the previous email... > The posted solution only fixes half my problem. It aligns fine now, but I > still have the problem that I can't indent the header. Is there anything I > can do about this? Thanks. -John You c

Re: [iText-questions] Indenting a Header!

2003-01-09 Thread John L. Lowenthal
Sorry for the double send on the previous email... The posted solution only fixes half my problem. It aligns fine now, but I still have the problem that I can't indent the header. Is there anything I can do about this? Thanks. -John > Quoting "John L. Lowenthal" <[EMAIL PROTECTED]>: > > remove:

Re: [iText-questions] Indenting a Header!

2003-01-09 Thread Bruno
Quoting "John L. Lowenthal" <[EMAIL PROTECTED]>: remove: > headerText.setAlignment(ALIGN_LEFT); > headerText.setIndentationLeft(indent); > header = new HeaderFooter(headerText, false); add: header.setAlignment(ALIGN_LEFT); --- This SF.NET em