-
Notifications
You must be signed in to change notification settings - Fork 33
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
calling renderText
from Java
#26
Comments
It should be available via |
🤔 Thanks, I had missed that completely. It's a bit unclear what I should pass as an argument after the table, though. I can't just input |
Note that, though I'm interested in checking out the ROUNDED style, I actually need the ASCII style as a workaround for #29. |
Can you add java examples? |
Hi, thanks for this useful library! I'm using it in a Java project and I wanted to try out the ROUNDED and ASCII styles, but I cannot seem to access
Table.renderText
(orTable.render
). Is this feature meant to be available from Java?The text was updated successfully, but these errors were encountered: