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 Shading at the Run level #719

Closed git-noise closed 2 weeks ago

git-noise commented 1 month ago

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

It seems that Shading is currently not supported at the Run level.

Describe the solution you'd like

Allow Shading to be created as part of a Run.

Describe alternatives you've considered

Using highlight may be a work-around for some specific colors.

Additional context

I will submit a PR.

git-noise commented 1 month ago

Hello, PR is ready, but while opening #720, it appeared that it would conflict with the changes of PR #718. I opened draft #721, and will mark it for review once it can be re-based against main.

git-noise commented 3 weeks ago

@bokuweb Ready for review in #727. I closed the previous PR, as it seemed cleaner to open a new one.