RE: Manipulating page-width / page-height

2002-04-25 Thread Torsten Erler
] Subject: Re: Manipulating page-width / page-height Torsten Erler wrote: Is there any way to invoke the width and height property of the PageMaster instance, to set this page properties from within the java code??? In my xsl template no width and height is set, but the rendered page comes

Manipulating page-width / page-height

2002-04-24 Thread Torsten Erler
Hi all Is there any way to invoke the width and height property of the PageMaster instance, to set this page properties from within the java code??? In my xsl template no width and height is set, but the rendered page comes with 576000x792000 mpixels. Can I manipulate the properties with my data

Re: Manipulating page-width / page-height

2002-04-24 Thread Jeremias Maerki
If you need to set the page properties dynamically I suggest you use XSLT parameters that you will then use in your stylesheet. Your idea is probably a bit difficult. On 24.04.2002 15:07:44 Torsten Erler wrote: Hi all Is there any way to invoke the width and height property of the PageMaster

Re: Manipulating page-width / page-height

2002-04-24 Thread J.Pietschmann
Torsten Erler wrote: Is there any way to invoke the width and height property of the PageMaster instance, to set this page properties from within the java code??? In my xsl template no width and height is set, but the rendered page comes with 576000x792000 mpixels. Can I manipulate the