Note that there are some explanatory texts on larger screens.

plurals
  1. POxsl-fo apply radius to top borders
    primarykey
    data
    text
    <p>Good day<br> I have this XSL-FO <BR></p> <pre><code>&lt;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" &gt; &lt;fo:table-column column-width="37mm"/&gt; &lt;fo:table-column column-width="37mm"/&gt; &lt;fo:table-column column-width="37mm"/&gt; &lt;fo:table-column column-width="37mm"/&gt; &lt;fo:table-column column-width="37mm"/&gt; &lt;!-- &lt;fo:table-column column-width="38mm"/&gt; --&gt; &lt;fo:table-body&gt; &lt;fo:table-row&gt; &lt;fo:table-cell border-width="0.01mm" border-color="#330099" border-style="groove" background-color="lightgrey"&gt; &lt;fo:block text-align="left" color="#000000" font-size="8pt" font-weight="bold"&gt;Account Number&lt;/fo:block&gt; &lt;/fo:table-cell&gt; &lt;fo:table-cell border-width="0.01mm" border-color="#330099" border-style="groove" background-color="lightgrey"&gt; &lt;fo:block text-align="left" color="#000000" font-size="8pt" font-weight="bold"&gt;Customer Id&lt;/fo:block&gt; &lt;/fo:table-cell&gt; &lt;fo:table-cell border-width="0.01mm" border-color="#330099" border-style="groove" background-color="lightgrey"&gt; &lt;fo:block text-align="left" color="#000000" font-size="8pt" font-weight="bold"&gt;Account Currency&lt;/fo:block&gt; &lt;/fo:table-cell&gt; &lt;fo:table-cell border-width="0.01mm" border-color="#330099" border-style="groove" background-color="lightgrey"&gt; &lt;fo:block text-align="right" color="#000000" font-size="8pt" font-weight="bold"&gt;Opening Balance&lt;/fo:block&gt; &lt;/fo:table-cell&gt; &lt;fo:table-cell border-width="0.01mm" border-color="#330099" border-style="groove" background-color="lightgrey"&gt; &lt;fo:block text-align="right" color="#000000" font-size="8pt" font-weight="bold"&gt;Closing Balance&lt;/fo:block&gt; &lt;/fo:table-cell&gt; &lt;/fo:table-row&gt; &lt;/fo:table-body&gt; &lt;/fo:table&gt; </code></pre> <p><BR> my question is: i want to apply rouding borders to this table<br> is it possible with border-radius ? <br> or any other method ?</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload