Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Option 1) Best: Create small SVG images for each corner, then format using a table inside of a table ... the outer table has small left/right columns and top/bottom rows with a large cell in the center. Put your table into the large cell in the center. You can even do this with just four round corner images and a proper application of borders. If you need this structure to carry across a table that breaks over a page, then the corner images need to be in a header/footer in the XSL FO.</p> <p>Option 2) Almost as good. If you know the width of the table, just a single row top and bottom of the table with the rounded edges and line between, and then match the table in between with appropriate left/right borders for going all around. You only add a single row and cell (spanned all columns) at the start/stop of the table.</p> <p>Option 3) Depends on your situation ... if the height and width of the tables are fairly consistent, you can just use a rounded corner SVG image as background-image to the table or a block enclosing the table. You can scale it to fit width and height. This method could distort the curves of the corners and this is why it would work only when you know the dimensions of the table before hand (or can at least approximate it. I have also used this method in a document where the height was variable but mathematically known ... that is, the table could have 5 rows or 10 rows or whatever but the width was always consistent ... the XSL is used to "count" the rows and select an appropriate external SVG for the background (like table-bg-row-5.svg ... table-bg-row-10.svg).</p> <p>Note any or all of these are doable without extensions in XSL FO and allow you to create any type of custom borders in tables, not just rounded corners.</p>
    singulars
    1. This table or related slice is empty.
    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.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      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