You can also use the extension attribute 'translate': <fo:block-container translate="rotate(45)" absolute-position="absolute"> <fo:external-graphic ... </fo:block-container>
You have finer control of the angle, however the absolute-position must be set to "absolute" or "fixed" ( relative to the block-containers parent). Pete On Mon, Apr 26, 2010 at 10:45 AM, Venkat Reddy < [email protected]> wrote: > You can rotate the image in the following way... > > <fo:block-container reference-orientation="90"> <fo:external-graphic ... > </fo:block-container> > > Venkat. > > > Thomas Peterson wrote: > >> Is it possible to rotate an Image Element width degrees? >> >> Best regards >> >> Thomas Peterson >> Geschaftsfuhrender Gesellschafter - Software Development >> >> ******************************************************************* >> PrintshopCreator GmbH >> WebToPrint Losungen fur die Druckindustrie. >> GF: Thomas Peterson, Heinz Broskamp >> Am Mittelhafen 42-44 >> D - 48155 Munster >> Tel.: +49 (0) 251-136 56 33 8 >> Fax.: +49 (0) 251-136 56 33 9 >> Web: www.printshopcreator.de >> Email: [email protected] >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> >> >> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
