WdBrowseTarget Enum

Definition

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

wdBrowseComment 3

Places insertion point before next or previous comment.

wdBrowseEdit 10

Places insertion point before next or previous edit.

wdBrowseEndnote 5

Places insertion point before next or previous endnote.

wdBrowseField 6

Places insertion point before next or previous browsefield.

wdBrowseFind 11

Places insertion point before next or previous browsefind.

wdBrowseFootnote 4

Places insertion point before next or previous footnote.

wdBrowseGoTo 12

Places insertion point before next or previous GoTo item.

wdBrowseGraphic 8

Places insertion point before next or previous graphic.

wdBrowseHeading 9

Places insertion point before next or previous heading.

wdBrowsePage 1

Places insertion point before next or previous page.

wdBrowseSection 2

Places insertion point before next or previous section.

wdBrowseTable 7

Places insertion point before next or previous table.

Applies to