bokuweb / docx-rs

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

isLgl #555

Closed gjblajian closed 2 years ago

gjblajian commented 2 years ago

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

when importing a docx file the value of isLgl is not translated from the XML to the output

Describe the solution you'd like

capture the isLgl value/presence and pass it into the output

Describe alternatives you've considered

N/A

Additional context

https://learn.microsoft.com/en-us/dotnet/api/documentformat.openxml.wordprocessing.islegalnumberingstyle?view=openxml-2.8.1

bokuweb commented 2 years ago

@gjblajian Could you provide a docx file?

bokuweb commented 2 years ago

@gjblajian Please try docx-wasm@0.0.276-rc33

gjblajian commented 1 year ago

thank you @bokuweb