Bookmark Object Members

Word Developer Reference

Represents a single bookmark in a document, selection, or range. The Bookmark object is a member of the Bookmarks collection. The Bookmarks collection includes all the bookmarks listed in the Bookmark dialog box (Insert menu).

Methods

  Name Description
Bb243386.methods(en-us,office.12).gif Copy Copies a bookmark to the new bookmark specified in the Name argument, and returns a Bookmark object.
Bb243386.methods(en-us,office.12).gif Delete Deletes the specified bookmark.
Bb243386.methods(en-us,office.12).gif Select Selects the specified bookmark.

Properties

  Name Description
Bb243386.properties(en-us,office.12).gif Application Returns an Application object that represents the Microsoft Word application.
Bb243386.properties(en-us,office.12).gif Column True if the specified bookmark is a table column. Read-only Boolean.
Bb243386.properties(en-us,office.12).gif Creator Returns a 32-bit integer that indicates the application in which the specified object was created. Read-only Long.
Bb243386.properties(en-us,office.12).gif Empty True if the specified bookmark is empty. Read-only Boolean.
Bb243386.properties(en-us,office.12).gif End Returns or sets the ending character position of a selection, range, or bookmark. Read/write Long.
Bb243386.properties(en-us,office.12).gif Name Returns the name of the specified object. Read-only String.
Bb243386.properties(en-us,office.12).gif Parent Returns an Object that represents the parent object of the specified Bookmark object.
Bb243386.properties(en-us,office.12).gif Range Returns a Range object that represents the portion of a document that's contained in the specified object.
Bb243386.properties(en-us,office.12).gif Start Returns or sets the starting character position of a bookmark. Read/write Long.
Bb243386.properties(en-us,office.12).gif StoryType Returns the story type for the specified range, selection, or bookmark. Read-only WdStoryType.