xsl-list
[Top] [All Lists]

RE: reference-area

2004-01-22 10:21:17
-----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



<Prev in Thread] Current Thread [Next in Thread>
  • reference-area, Bishop, Ryan
    • RE: reference-area, Andreas L. Delmelle <=