UNIT6-open / TemplateEngine.Docx

Smart docx template engine for .NET
Other
408 stars 136 forks source link

Filling nested lists with multiple levels and additional fields #57

Open rombra opened 5 years ago

rombra commented 5 years ago

Hi, I couldn't find a solution or an example on how to fill a document that consists of a list with multiple levels and more than one field on each level.

  1. Level1Header Level1Description1 Level2Description2 1.1 Level2Header Level2Description1 Level2Description2 1.1.1 Level3Header Level3Description1 Level3Description2

I hope my description is understandable and you can provide me an example, so I can understand how nested lists work.

Best Regards, Roman