|
Subject: Re: [xsl] xsl-region-body and border that doesn't change in size From: "J.Pietschmann" <j3322ptm@xxxxxxxx> Date: Sat, 13 Dec 2003 16:19:47 +0100 |
I want a border(like a frame) around my xsl-region-body on every page of my document.
Some FO processors support border properties for the region FOs: <fo:region-body border="1pt solid black".../> however, the spec explicitely forbid this. Other approaches are using overlapping regions with a properly blaced block-container: <fo:simple-page-master height="22cm" width="12cm" margin-top="1cm" margin-left="1cm" margin-right="1cm" margin-bottom="1cm" ... > <fo:region-body margin-top="1cm" margin-bottom="1cm" ... /> <fo:region-start extennt="10cm"/> ....
<fo:static-content flow="xsl-region-start">
<fo:block-container top="0" left="0" width="10cm"
height="20cm" border="1pt solid black">
<fo:block> </fo:block>
</fo:block-container>
...
or using an appropriate image as background for the body region.| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| [xsl] xsl-region-body and border th, Jonny Pony | Thread | Re: [xsl] xsl-region-body and borde, G. Ken Holman |
| [xsl] Re: performance advice sought, Dimitre Novatchev | Date | Re: [xsl] xsl-region-body and borde, G. Ken Holman |
| Month |