You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great if officer could support automatic hyphenation.
I guess that this would amount to be able add <w:autoHyphenation> to settings.xml.
In general, it would be nice to have support of additional settings. Currently it seems like only a small curated list of settings is explicitly supported. It would be nice if officer could preserve at least some additional settings when reading and writing .docx-files.
My use case was the following: I wanted to add meta data to a list of .docx-files. So I open the files (using read_docx()), I apply set_doc_properties(), and then I print() the document. However, that changes the hyphenation.
Thanks!
The text was updated successfully, but these errors were encountered:
It would be great if officer could support automatic hyphenation.
I guess that this would amount to be able add
<w:autoHyphenation>
tosettings.xml
.In general, it would be nice to have support of additional settings. Currently it seems like only a small curated list of settings is explicitly supported. It would be nice if officer could preserve at least some additional settings when reading and writing .docx-files.
My use case was the following: I wanted to add meta data to a list of .docx-files. So I open the files (using
read_docx()
), I applyset_doc_properties()
, and then Iprint()
the document. However, that changes the hyphenation.Thanks!
The text was updated successfully, but these errors were encountered: