Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the information to include in a cross-reference.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Enumeration WdReferenceKind
'Usage
Dim instance As WdReferenceKind
public enum WdReferenceKind
Members
| Member name | Description | |
|---|---|---|
| wdContentText | Insert text value of the specified item. For example, insert text of the specified heading. | |
| wdNumberRelativeContext | Insert heading or paragraph with as much of its relative position in the outline numbered list as necessary to identify the item. | |
| wdNumberNoContext | Insert heading or paragraph without its relative position in the outline numbered list. | |
| wdNumberFullContext | Insert complete heading or paragraph number. | |
| wdEntireCaption | Insert label, number, and any additional caption of specified equation, figure, or table. | |
| wdOnlyLabelAndNumber | Insert only the label and number of the specified equation, figure, or table. | |
| wdOnlyCaptionText | Insert only the caption text of the specified equation, figure, or table. | |
| wdFootnoteNumber | Insert footnote reference mark. | |
| wdEndnoteNumber | Insert endnote reference mark. | |
| wdPageNumber | Insert page number of specified item. | |
| wdPosition | Insert the word "Above" or the word "Below" as appropriate. | |
| wdFootnoteNumberFormatted | Insert formatted footnote reference mark. | |
| wdEndnoteNumberFormatted | Insert formatted endnote reference mark. |
Remarks
Used with the InsertCrossReference method of the Range or Selection object.