[xep-support] Rotate table spanning multiple pages

Armin Günther armin.guenther at zpid.de
Thu Jul 3 08:26:48 PDT 2014


Hi,

I try to rotate a table using <fo:block-container 
reference-orientation="90"> (see code below) but long tables run out of  
the body region of the page and do not span across pages (they are 
truncated at the right edge of the page). Is there a correct way to 
rotate a table on a page (portrait) into landscape orientation such that 
it is split at the right page margin and continued at the next page?

Thanks!
Armin


         <fo:flow flow-name="body">
             <fo:block>
                     <fo:block-container reference-orientation="90">
                         <fo:table-and-caption>
                             <fo:table-caption>
                                 <fo:block id="t1">
                                     <fo:wrapper>Table # <fo:block>Table 
caption</fo:block>
                                     </fo:wrapper>
                                 </fo:block>
                             </fo:table-caption>
                             <fo:table background-color="#eeeeee">
                             ...

!DSPAM:87,53b5765710941068018527!




More information about the Xep-support mailing list