Ziv-Barber / officegen

Standalone Office Open XML files (Microsoft Office 2007 and later) generator for Word (docx), PowerPoint (pptx) and Excell (xlsx) in javascript. The output is a stream.
MIT License
2.65k stars 471 forks source link

how do i add indentation to only a specific text inside a paragraph #287

Open robinskumar73 opened 5 years ago

robinskumar73 commented 5 years ago

I'm working with generating the doc using the json file. but adding the "indentLevel" attribute to the options doesn't seem to work. Then i tried changing it to "indentLeft" but still no luck.

Can anyone help me with this?

Also i want to add nested lists in the same json file. How can i do that?