Browse Source

region-after may not have borders. Used an absolutely positioned block-container instead.


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198439 13f79535-47bb-0310-9956-ffa450edef68
tags/Root_Temp_KnuthStylePageBreaking
Jeremias Maerki 19 years ago
parent
commit
d4c62ec3a7
1 changed files with 4 additions and 1 deletions
  1. 4
    1
      examples/fo/advanced/giro.fo

+ 4
- 1
examples/fo/advanced/giro.fo View File

@@ -7,7 +7,7 @@
page-height="29.7cm"
margin-top="5mm">
<fo:region-body margin-bottom="4.5in" margin-right="5mm" margin-left="5mm" margin-top="5mm"/>
<fo:region-after extent="4in" border-top-color="silver" border-top-style="dotted" border-top-width="0.13mm"/>
<fo:region-after extent="4in"/>
</fo:simple-page-master>
<fo:simple-page-master master-name="rest"
page-width="21cm"
@@ -29,6 +29,9 @@

<fo:page-sequence master-reference="A4">
<fo:static-content flow-name="xsl-region-after">
<fo:block-container absolute-position="absolute" width="100%" height="100%" border-top-color="silver" border-top-style="dotted" border-top-width="0.13mm">
<fo:block/>
</fo:block-container>
<fo:table space-before.optimum="1in div 12" margin-left="2in div 12" margin-top="1in div 10" font-family="sans-serif" font-size="7pt" color="green">
<fo:table-column column-width="8in div 10 - 2in div 12"/>
<fo:table-column border-right-style="solid" border-right-width="0.5mm" column-width="36in div 10"/>

Loading…
Cancel
Save