WdGoToItem 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 type of item to move the insertion point or selection just prior to.
public enum class WdGoToItem
[System.Runtime.InteropServices.Guid("3568EE18-032C-39F9-A32B-179BC05CB782")]
public enum WdGoToItem
type WdGoToItem =
Public Enum WdGoToItem
- Inheritance
-
WdGoToItem
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdGoToBookmark | -1 | A bookmark. |
wdGoToSection | 0 | A section. |
wdGoToPage | 1 | A page. |
wdGoToTable | 2 | A table. |
wdGoToLine | 3 | A line. |
wdGoToFootnote | 4 | A footnote. |
wdGoToEndnote | 5 | An endnote. |
wdGoToComment | 6 | A comment. |
wdGoToField | 7 | A field. |
wdGoToGraphic | 8 | A graphic. |
wdGoToObject | 9 | An object. |
wdGoToEquation | 10 | An equation. |
wdGoToHeading | 11 | A heading. |
wdGoToPercent | 12 | A percent. |
wdGoToSpellingError | 13 | A spelling error. |
wdGoToGrammaticalError | 14 | A grammatical error. |
wdGoToProofreadingError | 15 | A proofreading error. |