From: Michał Ja¶tak <[EMAIL PROTECTED]>

<snip/>


off topic, is there any possibility to use absolute positioning in FOP ? if I remember properly it is not supported, is it ? any suggestions how to use any trick to do this ?


absolute positioning is possible in FOP using block-containers. E.g.

<fo:block-container position="absolute" left="3in" top="5in" width="2in" height="2in">
<fo:block>Hello there</fo:block>
</fo:block-container>


As already mentioned you need to put them as direct descendents of fo:flow or they don't work. Note also the properies Ive used, you must specify all of them.

Chris

_________________________________________________________________
Hotmail messages direct to your mobile phone http://www.msn.co.uk/msnmobile


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to