WdBrowseTarget 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 document item that the Next or Previous method locates, and places the insertion point before the next or previous instance of the item.
public enum class WdBrowseTarget
[System.Runtime.InteropServices.Guid("D82B33F8-1B6D-3829-BBCA-57D150E4C00D")]
public enum WdBrowseTarget
type WdBrowseTarget =
Public Enum WdBrowseTarget
- Inheritance
-
WdBrowseTarget
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdBrowsePage | 1 | Places insertion point before next or previous page. |
wdBrowseSection | 2 | Places insertion point before next or previous section. |
wdBrowseComment | 3 | Places insertion point before next or previous comment. |
wdBrowseFootnote | 4 | Places insertion point before next or previous footnote. |
wdBrowseEndnote | 5 | Places insertion point before next or previous endnote. |
wdBrowseField | 6 | Places insertion point before next or previous browsefield. |
wdBrowseTable | 7 | Places insertion point before next or previous table. |
wdBrowseGraphic | 8 | Places insertion point before next or previous graphic. |
wdBrowseHeading | 9 | Places insertion point before next or previous heading. |
wdBrowseEdit | 10 | Places insertion point before next or previous edit. |
wdBrowseFind | 11 | Places insertion point before next or previous browsefind. |
wdBrowseGoTo | 12 | Places insertion point before next or previous GoTo item. |