Combining Multiple Lists - Bulleted and Numbered

Is there any way to combine list types. For example, I can create the following using Aspose.Word

1) Item 1
2) Item 2
a) Sub 1
b) Sub 2
i) Sub Sub 1
I) Sub Sub Sub 1
ii) Sub Sub 2
c) Sub 3
3) Item 3

I would like to create:

1) Item 1
2) Item 2
a) Sub 1
b) Sub 2
* Sub Sub 1
- Sub Sub Sub 1
* Sub Sub 2
c) Sub 3
3) Item 3

Is there a way to do this using Aspose.Word? I’ve tried various ways to get this to work and I’m stuck. I’ve used your product in the past for mail merging single pieces of data into mergefields. The customer is adamant on having the different types of lists (numbered for Sections/Sub-Sections and bulleted for Paragraphs/Sub-Paragraphs). Right now I’m afraid that Office Automation or the dreaded RTF document creation is my only option.

Thanks,
Paul

We do plan to provide more properties and methods in DocumentBuilder to create lists and specify list formatting. But this feature could be 1-2 months away.