I want to create a list like this using apache POI word :
1.A
1.1 A 11
1.2 A 12
2.B
2.1 B 21
2.2 B 23
...... and so on ....
My Data is dynamic.
I am able to create a normal list. Also I have gone through this and that. But couldn't find anything to do it. Also searched in google but did not find any documentation about it. Would anyone please help me out to find docs or solution to it ?