Bookmark Members (Word)
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 |
---|---|
Copies a bookmark to the new bookmark specified in the Name argument, and returns a Bookmark object. |
|
Deletes the specified bookmark. |
|
Selects the specified bookmark. |
Properties
Name |
Description |
---|---|
Returns an Application object that represents the Microsoft Word application. |
|
True if the specified bookmark is a table column. Read-only Boolean. |
|
Returns a 32-bit integer that indicates the application in which the specified object was created. Read-only Long. |
|
True if the specified bookmark is empty. Read-only Boolean. |
|
Returns or sets the ending character position of a selection, range, or bookmark. Read/write Long. |
|
Returns the name of the specified object. Read-only String. |
|
Returns an Object that represents the parent object of the specified Bookmark object. |
|
Returns a Range object that represents the portion of a document that's contained in the specified object. |
|
Returns or sets the starting character position of a bookmark. Read/write Long. |
|
Returns the story type for the specified range, selection, or bookmark. Read-only WdStoryType. |