Hello,
How can I find if a list item’s property is set to continue from previous?
Seems like it should be a trivial thing, but here is what I want to know, In the attached document first item under “2” is “d”, which is continue from previous. In my code I want to know if a item is “continues from Previous” or not. Can you please give me an example code that shows how to do this?
By the way, I am using VisitParagraphStart() function to go through each paragraph one by one and then using paragraph.IsListItem() function to determine if the paragraph is a list.
Thanks very much in advance,
Jerry