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.66k stars 471 forks source link

how to insert indent before each para of docx? #237

Closed linYeeTracy closed 5 years ago

linYeeTracy commented 6 years ago

hey dude, i'm excited to find this package, then i still have question:

  1. how can i insert indent before each para of docx? i try to set the param 'indexLevel', but it doesn't work
  2. when i use addLineBreak(), to enter the line, then i find some line Interval been insert, so i wanna know that can i pass some params to delete the interval ?

thanks

bkylerussell commented 6 years ago

I ran into the same need and submitted PR #262 to add very basic indent support, which was enough for my needs. It looks like there are some options to customize even further though if there's enough interest (http://officeopenxml.com/WPindentation.php).