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

PositionalTab initial support #733

Closed git-noise closed 2 weeks ago

git-noise commented 2 weeks ago

What does this change?

Add initial support for PositionalTab. Attempts to fix https://github.com/bokuweb/docx-rs/issues/619. This focuses on the rust-side of the code - i.e docx-core - but docx-wasm tests seem to pass.

References

Screenshots

Not applicable

What can I check for bug fixes?

Not applicable

git-noise commented 2 weeks ago

@bokuweb As the initial issue has been marked as completed, I have marked the PR as ready for review.

bokuweb commented 2 weeks ago

@git-noise Thanks for your great work!! Could you please resolve conflicts if you are ready.

git-noise commented 2 weeks ago

@bokuweb Done!

bokuweb commented 2 weeks ago

@git-noise Great :)