On Feb 9, 2007, at 18:43, Andreas L Delmelle wrote:

On Feb 9, 2007, at 18:22, Jeremias Maerki wrote:


An extension isn't necessary. This can be expressed with normal FO
means: Specify block-progression-dimension.optimum="100%" and
block-progression-dimension.minimum="0pt" on the last table-row.
<snip />

Or, to avoid the CSS 'height' pitfall, how about:

<fo:table-row>
  <fo:table-cell number-columns-spanned="{all}">
  <fo:block-container block-progression-dimension.optimum="100%"
                      block-progression-dimension.minimum="0pt">
    <fo:block>&#xA0;</fo:block>
  </fo:block-container>
  </fo:table-cell>
</fo:table-row>

What does the percentage refer to in this case?
Is space-before/-after needed to complete the picture?


Cheers,

Andreas


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to