Skip to content
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 justify text when horizontally alignining it ? #305

Closed
andresmorago opened this issue Dec 3, 2021 · 1 comment
Closed

How to justify text when horizontally alignining it ? #305

andresmorago opened this issue Dec 3, 2021 · 1 comment

Comments

@andresmorago
Copy link

andresmorago commented Dec 3, 2021

Is your feature request related to a problem? Please describe.
I would like to be able to justify the text on the cell

Describe the solution you'd like
Align the text so its justified on the cell (green text)
image

Describe alternatives you've considered
In addition to right, left, center, Implement a justify option under the halign parameter

bldStyle_body_comments  <- createStyle(fontSize = 12, 
  fontColour = "black", 
  valign="center", 
  wrapText = T, 
  haligh="justify")

Additional context

@andresmorago andresmorago changed the title How to justify text when horizontally alignining it How to justify text when horizontally alignining it ? Dec 3, 2021
@JanMarvin
Copy link
Collaborator

Hi @andresmorago , I've added a fix in #306, will merge it with master once the CI checks are green. it was simply overlooked when adding the check. Thanks for the report.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants