Bookmark Members
Include Protected Members
Include Inherited Members
Represents a single bookmark.
The Bookmark type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Copy | Sets a new bookmark identified by the Name argument to the location marked by the specified Bookmark object. |
![]() |
Delete | Deletes the specified Bookmark object. |
![]() |
Select | Selects the specified Bookmark object. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Application | Returns a Application object that represents the creator of the specified object. |
![]() |
Column | Returns a value that indicates if the specified bookmark is a table column. |
![]() |
Creator | Returns a value that indicates the application in which the specified object was created. |
![]() |
Empty | Returns a value that indicates if the specified bookmark is empty. |
![]() |
End | Returns or sets the ending character position of a bookmark. |
![]() |
Name | Returns the name of the specified Bookmark object. |
![]() |
Parent | Returns the parent object of the specified Bookmark object. |
![]() |
Range | Returns a Range object that represents the portion of a document that's contained in the specified Bookmark object. |
![]() |
Start | Returns or sets the starting character position of a bookmark. |
![]() |
StoryType | Returns the story type for the specified bookmark. |
Top