You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by Nick Winger <ni...@vanguard.at> on 2002/02/06 14:51:43 UTC

problem displaying a table

hi !

i have the region-after extent=10cm. then i have a static content in that
region with a table in it,
as you see below.
but the table has the height of 0.
i just see a line going from left to right.
but the image isnt't displayed and the text is also not there.

why ?

i have a second table ( not displayed here ) in the region-body region that
works fine,
but this table just won't do things right ?

anybody suggestions ?


     <fo:simple-page-master master-name="simple"
              page-height="29.7cm"
                  page-width="21cm"
                  margin-top="1cm"
                  margin-bottom="1cm"
                  margin-left="1.5cm"
                  margin-right="1.5cm">
      <fo:region-body display-align="center" margin-top="1cm"
margin-bottom="13cm"/>
      <fo:region-before extent="1cm"/>
      <fo:region-after extent="10cm"/>
      </fo:simple-page-master>
      </fo:layout-master-set>
      <fo:page-sequence master-name="simple">

	 	<fo:static-content flow-name="xsl-region-after">
			<fo:table width="100%" border-top-style="solid" border-top-width="0.1mm"
			border-bottom-style="solid" border-bottom-width="0.4mm"
			border-left-style="solid" border-left-width="0.4mm"
			border-right-style="solid" border-right-width="0.4mm">
		   <fo:table-column column-width="520pt"/>
				<fo:table-row>
					<fo:table-cell>
						<fo:block>
							<fo:external-graphic src="file:FOPTest.tif"/>
							static content
						</fo:block>
					</fo:table-cell>
				</fo:table-row>
   		</fo:table>
		</fo:static-content>


greetings

Nick Winger


(Software-Developer)
==============================
VANGUARD Software GmbH
Julius Tandler Platz 8
1090 Vienna, AUSTRIA

Phone: +43-1-3195263-20
Fax:   +43-1-3195263-90
http://www.vanguard.at
==============================



---------------------------------------------------------------------
To unsubscribe, e-mail: fop-dev-unsubscribe@xml.apache.org
For additional commands, email: fop-dev-help@xml.apache.org