Share via


Bookmarks Object Members

Word Developer Reference

A collection of Bookmark objects that represent the bookmarks in the specified selection, range, or document.

Methods

  Name Description
Bb243390.methods(en-us,office.12).gif Add Returns a Bookmark object that represents a bookmark added to a range.
Bb243390.methods(en-us,office.12).gif Exists Determines whether the specified bookmark exists. Returns True if the bookmark exists.
Bb243390.methods(en-us,office.12).gif Item Returns an individual Bookmark object in a collection.

Properties

  Name Description
Bb243390.properties(en-us,office.12).gif Application Returns an Application object that represents the Microsoft Word application.
Bb243390.properties(en-us,office.12).gif Count Returns the number of items in the Bookmarks collection. Read-only Long.
Bb243390.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.
Bb243390.properties(en-us,office.12).gif DefaultSorting Returns or sets the sorting option for bookmark names displayed in the Bookmark dialog box (Insert menu). Read/write WdBookmarkSortBy.
Bb243390.properties(en-us,office.12).gif Parent Returns an Object that represents the parent object of the specified Bookmarks collection.
Bb243390.properties(en-us,office.12).gif ShowHidden True if hidden bookmarks are included in the Bookmarks collection. Read/write Boolean.