View Single Post
  #3 (permalink)  
Old Dec 15th, 2006, 07:43
davedran davedran is offline
New Member
Join Date: Dec 2006
Location: KL
Age: 37
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Set Border Around Region-Body

Hi!

No, it does not work in Stylus Studio (The latest copy).
The PDF rendered has no border.

<fo:simple-page-master master-name="main" margin-top="0.4cm" margin-bottom="1cm" margin-left="0.2cm" margin-right="0.2cm">

<fo:region-body margin-bottom="3cm" margin-top="0.5cm" border-width="0.1cm" border-style="solid"/>

<fo:region-after extent="2.5cm" top="0" left="0" width="10cm" height="20cm"/>
<fo:region-before extent="2cm" top="0" left="0" width="10cm" height="20cm"/>
</fo:simple-page-master>

Thanks

Dave
Reply With Quote