I have to draw solid lines as border.
I am using this loc
<fo:table border="solid 0.1mm black">
but it draws only surrounded lines. It is not applied to all cells and rows. Is it possible to draw solid lines as borders with minimum coding, like not setting borders for cell and rows separately as:
<fo:table-row border="solid 0.1mm black">