Rounded Table Corners
Anyone implemented rounded table corners in Advanced PDF?
This is accomplished via the “corner-radius” attribute.
Refs:
BFO Guide, pg22 : https://bfo.com/products/report/docs/userguide.pdf
Attribute Spec : https://bfo.com/products/report/docs/tags/ , https://bfo.com/products/report/docs/tags/atts/corner-radius.html
Hi, problem is that all the columns will have have rounded corners. I’m trying to use it to the whole row of a table header.
Did anyone ever figure out how to selective round corners? Corner-radius rounds all 4 corners. Is it possible to get this?
Corner-radius results in this:
Border-radius allows you to target each corner individually, but it doesn’t work in PDF bulider.
Any ideas?