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

[iText-questions] Indenting a Header!

2003-01-09 Thread John L. Lowenthal
Hello, I am having a problem formatting text that is to be part of the document header. The text is stored as a Paragraph, which is then passed as a parameter to create a HeaderFooter object. Finally, the setHeader method is used. The text shows up in the desired font, but here's the proble

[iText-questions] Indenting a Header!

2003-01-08 Thread John L. Lowenthal
Hello, I am having a problem formatting text that is to be part of the document header. The text is stored as a Paragraph, which is then passed as a parameter to create a HeaderFooter object. Finally, the setHeader method is used. The text shows up in the desired font, but here's the proble