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

Add linebreaks in .docx on \n #257

Merged
merged 1 commit into from
Sep 10, 2024
Merged

Add linebreaks in .docx on \n #257

merged 1 commit into from
Sep 10, 2024

Conversation

AntonOellerer
Copy link
Contributor

As word does not show linebreaks on the \n
character, jocument needs to break the lines
properly using XWPFRun.addBreak() if a
string contains this symbol

As word does not show linebreaks on the `\n`
character, jocument needs to break the lines
properly using `XWPFRun.addBreak()` if a
string contains this symbol
@AntonOellerer AntonOellerer added the bug Something isn't working label Sep 10, 2024
@AntonOellerer AntonOellerer self-assigned this Sep 10, 2024
@AntonOellerer AntonOellerer merged commit 25ecd54 into main Sep 10, 2024
@AntonOellerer AntonOellerer deleted the fix/docx-linebreaks branch September 10, 2024 13:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant