bokuweb / docx-rs

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

Support cantSplit for table row #728

Closed git-noise closed 3 weeks ago

git-noise commented 3 weeks ago

Is your feature request related to a problem? Please describe.

It seems that one cannot currently mark a row as "can not split". As such a row may break across pages.

Describe the solution you'd like

Table row could support cantSplit so that a Table Row Cannot Break Across Pages.

Describe alternatives you've considered

N/A

Additional context