You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While reading the file, I am able to read the text of the file successfully but I also need to read the list numbers along with the text. I tried to search for it but could not find anything substantial.
How can i do it
The text was updated successfully, but these errors were encountered:
There's a feature request open for this #471, I'm not sure if there's a very intuitive way to get the list number. I'm doing some experimentation to see what I can find.
I am trying to read a word file which has following structure with ordered list
2.1 General Changes (heading 2)
2.2 Functional Changes (heading 2)
3.1 General comments(heading1)
3.2 Functional comments(heading 2)
While reading the file, I am able to read the text of the file successfully but I also need to read the list numbers along with the text. I tried to search for it but could not find anything substantial.
How can i do it
The text was updated successfully, but these errors were encountered: