[xsl] FO: Vertical alignment in <fo:flow>

Subject: [xsl] FO: Vertical alignment in <fo:flow>
From: Gustaf Liljegren <gustafl@xxxxxxxxxx>
Date: Sat, 19 Oct 2002 16:12:51 +0200
I wonder what the principles are for vertical alignment in <fo:flow>. I'm
making presentation slides and would like the content, which is often just
a couple of words per slide, center aligned both horizontally and
vertically. My first idea was something like this:

<fo:flow>
  <fo:block-container
    text-align="center"
    display-align="center"
    height="170mm">
    ...
  </fo:block-container>
</fo:flow>

But neither height nor display-align seem to makes any difference here. Is
this what absolute-position="fixed" is meant for? Can anyone give an
example of which properties are involved?

Thanks in advance,

Gustaf


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


Current Thread