WdReferenceKind enumeration (Word)
Specifies the information to include in a cross-reference.
Name | Value | Description |
---|---|---|
wdContentText | -1 | Insert text value of the specified item. For example, insert text of the specified heading. |
wdEndnoteNumber | 6 | Insert endnote reference mark. |
wdEndnoteNumberFormatted | 17 | Insert formatted endnote reference mark. |
wdEntireCaption | 2 | Insert label, number, and any additional caption of specified equation, figure, or table. |
wdFootnoteNumber | 5 | Insert footnote reference mark. |
wdFootnoteNumberFormatted | 16 | Insert formatted footnote reference mark. |
wdNumberFullContext | -4 | Insert complete heading or paragraph number. |
wdNumberNoContext | -3 | Insert heading or paragraph without its relative position in the outline numbered list. |
wdNumberRelativeContext | -2 | Insert heading or paragraph with as much of its relative position in the outline numbered list as necessary to identify the item. |
wdOnlyCaptionText | 4 | Insert only the caption text of the specified equation, figure, or table. |
wdOnlyLabelAndNumber | 3 | Insert only the label and number of the specified equation, figure, or table. |
wdPageNumber | 7 | Insert page number of specified item. |
wdPosition | 15 | Insert the word "Above" or the word "Below" as appropriate. |
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.