I would like to determine;
- the number of actual (visible) lists in a word document,
- the number of entries in each list,
- the depth of each list
Example my work doc looks like
Things to do;
- logon to aspose
- need to get my password
- enter something in forum
This is a second arbitrary list;
- Hello World list two
I should get 2 lists, with list one having 3 entries, a depth of 2
list two has one entry, a depth of 1.
I have attached a java file that I have code that uses doc.getLists and iterates over the paragraphs, printing the list the paragraph belongs to. I have attached the console output from the run of the java file (it is a junit test). I have attached the word document I am using as input.
Any help is appreciated.