WdReferenceKind Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the information to include in a cross-reference.
public enum class WdReferenceKind
[System.Runtime.InteropServices.Guid("394033AF-E0BA-30E7-B099-A79873E55634")]
public enum WdReferenceKind
type WdReferenceKind =
Public Enum WdReferenceKind
- Inheritance
-
WdReferenceKind
- Attributes
Fields
Name | Value | Description |
---|---|---|
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. |
wdContentText | -1 | Insert text value of the specified item. For example, insert text of the specified heading. |
wdEntireCaption | 2 | Insert label, number, and any additional caption of specified equation, figure, or table. |
wdOnlyLabelAndNumber | 3 | Insert only the label and number of the specified equation, figure, or table. |
wdOnlyCaptionText | 4 | Insert only the caption text of the specified equation, figure, or table. |
wdFootnoteNumber | 5 | Insert footnote reference mark. |
wdEndnoteNumber | 6 | Insert endnote reference mark. |
wdPageNumber | 7 | Insert page number of specified item. |
wdPosition | 15 | Insert the word "Above" or the word "Below" as appropriate. |
wdFootnoteNumberFormatted | 16 | Insert formatted footnote reference mark. |
wdEndnoteNumberFormatted | 17 | Insert formatted endnote reference mark. |
Remarks
Used with the InsertCrossReference method of the Range or Selection object.