The compliance page gives every indication that using the display-align
property of a block-container to vertically center output should work.  
Why isn't the output text vertically centered in the 4"x5" area?

FOP 0.20.5

<fo:page-sequence master-reference="simple">
 <fo:flow flow-name="xsl-region-body">
  <fo:block-container border-style="solid" display-align="center" 
    wrap-option="no-wrap" text-align="center" position="absolute" 
    top="1in" left="2in" height="5in" width="4in">
   <fo:block>The quick brown fox jumps over</fo:block>
   <fo:block space-before="10pt">the lazy dog.</fo:block>
  </fo:block-container>
 </fo:flow>
</fo:page-sequence>

Thanks,
Adam



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

Reply via email to