[]
Represents a bookmark range in a body content.
public class Bookmark : ContentRange, IBrowsable<Bookmark>
Public Class Bookmark
Inherits ContentRange
Implements IBrowsable(Of Bookmark)
| Name | Description |
|---|---|
| EndDisplacedByCustomXml | Gets or sets a value indicating whether the end annotation's placement shall be directly linked to the location of the physical presentation of a custom XML element in the document. |
| FirstCoveredColumn | Gets or sets the zero-based index of the first column in the row that shall be part of this bookmark. -1 indicates that the bookmark has default covering behavior. |
| LastCoveredColumn | Gets or sets the zero-based index of the last column in the row that shall be part of this bookmark. -1 indicates that the bookmark has default covering behavior. |
| Name | Gets or sets the unique name of this bookmark. An attempt to set a duplicate name will cause an exception. |
| Next | Gets the next bookmark. |
| Previous | Gets the previous bookmark. |
| StartDisplacedByCustomXml | Gets or sets a value indicating whether the start annotation's placement shall be directly linked to the location of the physical presentation of a custom XML element in the document. |
| Name | Description |
|---|---|
| Delete() | Deletes this bookmark from the body content. |
| ToString() | Gets string representation of the content. |