Question
how to store indesing paragraph content with footnote reference?
I want to store a paragraph content from an indesign document to a variable,
I tried :
Dim mpg = myIndesign.activewindow.activepage
Dim mtxt = mpg.textframes(1)
Dim mpar = mtxt.paragraphs.lastItem.contents
I can store only contents in Dim mpar but that paragraph has footnote references also
I cannot store the content with paragraph reference numbers,
Kindly anyone share any idea to solve this using VBA or VB.net
Thanks
Vimal