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