bokuweb / docx-rs

:memo: A .docx file writer with Rust/WebAssembly.
https://bokuweb.github.io/docx-rs/
MIT License
345 stars 62 forks source link

fix widow_control xml, add character_spacing_control #633

Closed Griklit closed 1 year ago

Griklit commented 1 year ago

docx-rs: <w:widowControl/>

MS Office Word: <w:widowControl w:val="0"/>

WordProcessing Docs: <w:widowControl w:val="off" />

???

Reference

[BUG] issue widow_control XML structure error

Last PR

629

bokuweb commented 1 year ago

@Griklit Thanks for your great work. new version published.