[]
Provides information about a bookmark within the document.
public class Bookmark
A bookmark in XHTML is a <a> tag with a name but without an href attribute.
To enumerate all bookmarks in the document use the Bookmarks property.
Name | Description |
---|---|
IsRemoved | Returns true if the bookmark is removed during editing in a custom dialog. |
IsSelected | Returns true if the bookmark is inside current selection. |
Name | The bookmark name. |
Name | Description |
---|---|
Remove() | Removes the bookmark. |
Select() | Moves selection to the specified bookmark. |