bokuweb/docx-rs

can't find `<w:ptab>`

Closed this issue · 2 comments

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>

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

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