I am trying to extract the tab stops of a paragraph and I am using win32 and this line of code to loop through each tabstops.
for tab in para_range.ParagraphFormat.TabStops:
But even there is no single visual tabstop in the paragraph it is detecting multiple tabstops (in my case count = 13). Why?