Re: [iText-questions] Image alignment inside of a ColumnText

2010-05-20 Thread Greg Holling
I wasn't trying to center the image; I want it left-justified inside of the column with text flowing around to the right. The centering seems to be the default behavior. I set the image alignment properties (using Image.setAlignment(Image.LEFT | Image.TEXTWRAP), similar to what is in the

Re: [iText-questions] Image alignment inside of a ColumnText

2010-05-20 Thread 1T3XT BVBA
On 05/20/2010 01:20 AM, g...@holling-co.com wrote: > I'm trying to create an image with wrapped text inside of a ColumnText > column. The image displays OK, as does the text, but the image is > centered and the text appears below it. It looks like the image > alignment qualifiers are being ign

[iText-questions] Image alignment inside of a ColumnText

2010-05-19 Thread greg
I'm trying to create an image with wrapped text inside of a ColumnText column.  The image displays OK, as does the text, but the image is centered and the text appears below it.  It looks like the image alignment qualifiers are being ignored in the ColumnText context.  I'm using iText 5.0.1.  A cod