NBookmarkCollection Class Members
In This Topic
The following tables list the members exposed by NBookmarkCollection.
Public Constructors
Public Fields
Public Methods
| Name | Description |
| Create | Overloaded. Creates a new bookmark with the specified name for the range of the given text element. |
| GetBookmarkNames | Gets the unique names of the bookmarks in this collection |
| GetByName | Gets the first bookmark that has the specified name |
| GetInRange | Gets the bookmarks in the specified range. Returns an empty list if there aren't any bookmarks in the specified range. |
| GetInRanges | Gets the bookmarks in the specified ranges. Returns an empty list if there aren't any bookmarks in the specified ranges. |
| GetInTextElement | Gets the bookmarks in the specified range text element. |
| RemoveInRange | Remove the bookmarks that are completely contained in the specified range |
Top
See Also