-
-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to add border radius for tables #223
Comments
There isn't a way to set that at the moment, however it wouldn't be too difficult to do if the underlying OpenText API allows for this. Would be a matter of passing a new key here and then setting the field on the table. I might not have time to look at this in the near future, but I'm open to helping with a PR if you'd be up for giving it a shot. |
Thanks @yogthos, I guess you meant OpenPDF right? As far as I can see the Table class does not have a field for setting the border radius or something similar. |
Yeah, it would have to be provided in the OpenPDF API. |
iText has a FAQ about this. The below code worked for me.
|
Hello, just wondering if there is a way to add border radius to tables as I don't see this in the documentation.
The text was updated successfully, but these errors were encountered: