How to find if an item is "Continues from Previous" in a List?

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

Hi
Thanks for your request. Unfortunately, it seems that you can’t control this.
May be you can try to use IsRestartAfterHigher property to control this. See the following link for more information.
https://reference.aspose.com/words/net/aspose.words.lists/listlevel/restartafterlevel/
Best regards.