こんにちは
、私はこのXSL-FOを持っています
<fo:table table-layout="fixed" border-width="0.2mm" border-color="#330099" border-style="groove"
border-collapse="separate" background-color="white" line-height="16pt" space-before.optimum="10pt"
space-after.optimum="6pt" text-align="left" >
<fo:table-column column-width="37mm"/>
<fo:table-column column-width="37mm"/>
<fo:table-column column-width="37mm"/>
<fo:table-column column-width="37mm"/>
<fo:table-column column-width="37mm"/>
<!-- <fo:table-column column-width="38mm"/> -->
<fo:table-body>
<fo:table-row>
<fo:table-cell border-width="0.01mm" border-color="#330099" border-style="groove" background-color="lightgrey">
<fo:block text-align="left" color="#000000" font-size="8pt" font-weight="bold">Account Number</fo:block>
</fo:table-cell>
<fo:table-cell border-width="0.01mm" border-color="#330099" border-style="groove" background-color="lightgrey">
<fo:block text-align="left" color="#000000" font-size="8pt" font-weight="bold">Customer Id</fo:block>
</fo:table-cell>
<fo:table-cell border-width="0.01mm" border-color="#330099" border-style="groove" background-color="lightgrey">
<fo:block text-align="left" color="#000000" font-size="8pt" font-weight="bold">Account Currency</fo:block>
</fo:table-cell>
<fo:table-cell border-width="0.01mm" border-color="#330099" border-style="groove" background-color="lightgrey">
<fo:block text-align="right" color="#000000" font-size="8pt" font-weight="bold">Opening Balance</fo:block>
</fo:table-cell>
<fo:table-cell border-width="0.01mm" border-color="#330099" border-style="groove" background-color="lightgrey">
<fo:block text-align="right" color="#000000" font-size="8pt" font-weight="bold">Closing Balance</fo:block>
</fo:table-cell>
</fo:table-row>
</fo:table-body>
</fo:table>
私の質問は: このテーブルに境界線を適用したいのです
が、border-radius で可能ですか?
または他の方法?