Restart Numbering in List at all levels

Hi there,
How to restart a numbering at all list levels? I have to restart numbering after some paragraph.

@Huryan

Can you please provide more details about the specific document format you are working with and the programming language you are using?

Document format is docx, the programming language is Java.

**What I have now:**
Part 1 - text
1.	text 
1.1	text
1.2	text
2.  text
2.1 text
2.2 text
Part 2 - text
3.	text
3.1	text
3.2	text

**What I need** 

Part 1 - text
1.	text 
1.1	text
1.2	text
2.  text
2.1 text
2.2 text
Part 2 - text
1.	text
1.1	text
1.2	text

@Huryan When you do restart numbering in MS Word, MS word simply creates a new list. So in your case you should also create a new list. Please see our documentation to learn more about lists:
https://docs.aspose.com/words/java/working-with-lists/

Alternatively you can insert section break between list parts and use isRestartAtEachSection property.