bokuweb / docx-rs

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

Heading styles example #648

Closed soupslurpr closed 1 year ago

soupslurpr commented 1 year ago

Hey, could you show me how to add a heading 1 style in Rust to a run using .style()? I am having difficulty with it and can't get it to work. I tried .style("Heading 1") its not working. Thanks.

soupslurpr commented 1 year ago

Ah I'm sorry, didn't see that there were a bunch of examples https://github.com/bokuweb/docx-rs/blob/main/docx-core/examples/style.rs