RE: [xsl] reference-area

Subject: RE: [xsl] reference-area
From: "Andreas L. Delmelle" <a_l.delmelle@xxxxxxxxxx>
Date: Thu, 22 Jan 2004 18:21:17 +0100
> -----Original Message-----
> From: Bishop, Ryan
>
<snip />
> is it true that reference-area leader-alignment of fo:leader
> doesnt work in
> FOP ?
>
> 	<fo:leader leader-alignment="reference-area" leader-pattern="dots"/>
>

In case you haven't tried it out in the meantime: no it's not true.

<fo:block text-align="justify" text-align-last="justify">
  <fo:leader leader-pattern="dots" leader-pattern-width="3pt"
leader-alignment="reference-area" />
  some text
</fo:block>

Will give you a line like:

......................................some text|

where | of course refers to the end-edge of the region containing the
fo:block.


Cheers,

Andreas


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread