Creating number List

Hi,
Aspose.Java
Can u plz guide me for generating the code as per the format given below.

1. Part First
1.1. First Part 1.1
1.1.1. First part 1.1.1
1.1.2. First part 1.1.2

2. Part second
2.1. Second Sub-part. 2.1
2.1.1. Second Sub-part. 2.1.1
2.1.2. Second Sub-part. 2.1.2

So can we create a document which can give me this output.
Can u plz specify me some normalized code or formats specified in the aspose for which i can generate such type of documents.
Thanks

Hi,

Can u plz guide me for generating the code as per the format given below.

1. Part First
1.1. First Part 1.1
1.1.1. First part 1.1.1
1.1.2. First part 1.1.2

2. Part second
2.1. Second Sub-part. 2.1
2.1.1. Second Sub-part. 2.1.1
2.1.2. Second Sub-part. 2.1.2

So can we create a document which can give me this output.
Can u plz specify me some normalized code or formats specified in the aspose for which i can generate such type of documents.
Thanks

Hi

Thanks for your request. You can find a simple code example here:
https://reference.aspose.com/words/java/com.aspose.words/listlevel/#getNumberFormat
Please let me know if you need more assistance, I will be glad to help you.
Best regards.

Hey Thanks for immediate reponse…It worked for me…