Skip to main content

footnoteRefTo

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.

Type

Enumeration

Values

  • "footnoteNum"
  • "pageNum"
  • "aboveBelow"
  • "formFootnoteNum"

Example

This example adds a cross-reference to the page containing a footnote.

paragraph.AddFootnoteCrossRef("pageNum", footnoteParagraph);