Hi Team,
I am trying to implement different border bottom styles for my tabular data. I am not getting a solution for the below border style. PFA
image.png (9.4 KB)
I am using HTML string to convert it to MS word. So far I have tried using border-bottom & box-shadow.
border-bottom: 3px double #000!important;
box-shadow: 0 -2px 0 #000;
But it is not working as expected. It only shows the double border but not the box-shadow. My requirement is that I want a double border style with different border sizes.
I am using :
Java version : 1.8
Aspose word : 18.9 (license)
Can you please help me with this?
Regards,
Ashish M