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
Add a cross-reference to the page containing a footnote.
// How to create a reference to the paragraph with an footnote.
// Use footnote to create a cross-reference.
paragraph.AddFootnoteCrossRef("pageNum", footnoteParagraph);