Re: [iText-questions] image alignment in Header, Footer in RTF

2007-02-14 Thread Mark Hall
Please post your questions only to the itext-list. That way they are archived. Depending on how much time I've got, questions not to the list go unanswered. On 14.02.2007, at 14:33, Raghu wrote: > setting the alignment on the image worked for both scenarios. > > But how about setting TWO Ali

Re: [iText-questions] image alignment in Header, Footer in RTF

2007-02-14 Thread Raghu
Mark, Thanks Mark setting the alignment on the image worked for both scenarios. But how about setting TWO Alignments at same time horizontal center ,vertically - middle) Example: ImageHeaderCenter.setAlignment(Element.ALIGN_MIDDLE); ImageHeaderCenter.setAlignment(Element.ALIGN_CENTER);

Re: [iText-questions] image alignment in Header, Footer in RTF

2007-02-14 Thread Mark Hall
On 14.02.2007, at 12:24, Raghu wrote: > string content in Paragraph objects works , > but Image doesn't Woked > > Example : > Paragraph imgHeaderPara = new Paragraph(new Phrase(new Chunk > ("right"))); // > THIS works > > Paragraph imgHeaderPara = new Paragraph(new Phrase(new > Chunk(ImageHeader

Re: [iText-questions] image alignment in Header, Footer in RTF

2007-02-14 Thread Mark Hall
On 14.02.2007, at 10:02, Raghu wrote: > Example : > A Header Table has 3 column. > In the third column ,how to set the image in Right side of cell. > Element.ALIGN_RIGHT doesn't effect. > > Please find attached document for reference and below code for RTF > Header I can't say why the alignment

Re: [iText-questions] image alignment in Header, Footer in RTF - Thanks to MARK

2007-02-14 Thread Raghu
@lists.sourceforge.net Subject: [iText-questions] image alignment in Header, Footer in RTF How to set the image alignment in header attached Example : A Header Table has 3 column. In the third column ,how to set the image in Right side of cell. Element.ALIGN_RIGHT doesn't effect. Please find attached documen