footnoteRefTo
type footnoteRefTo = footnoteNum | pageNum | aboveBelow | formFootnoteNum
Description
Available values of the "footnote" reference type: "footnoteNum" - the footnote number; "pageNum" - the page number of the footnote; "aboveBelow" - the words "above" or "below" depending on the position of the item; "formFootnoteNum" - the form number formatted as a footnote. The numbering of the actual footnotes is not affected.
Try It
oParagraph.AddFootnoteCrossRef("pageNum", oFootnoteParagraph);