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

can't find `<w:ptab>` #619

Closed Griklit closed 4 months ago

Griklit commented 1 year ago

Hello, I tried to add ptab to the document. But I can't find it. Its XML structure is like this.

<w:r>
  <w:ptab w:relativeTo="margin" w:alignment="right" w:leader="none" />
</w:r>
git-noise commented 4 months ago

Hi, I pushed some initial support. Any feedback appreciated.

git-noise commented 4 months ago

@Griklit Hello, I see you closed the issue, does the PR align with what you expected? Thanks for your feedback