I create a table of figures programmatically in a Word document.
Well, the ToF style is centered and I would like it to be left indent. To do so (set paragraph indention) I have to get the paragraph where the ToF is located.
This is the way rto access the ToF:
wordApp.ActiveDocument.TablesOfFigures[1]
Any ideas?