Bookmark
Overview
Bookmark is a class in Aspose.Words FOSS for .NET.
Represents a single bookmark.
This class provides 1 method for working with Bookmark objects in .NET programs.
Available methods include: Remove.
All public members are accessible to any .NET application after installing the Aspose.Words FOSS for .NET package.
Properties: BookmarkEnd, BookmarkStart, FirstColumn, IsColumn, LastColumn, Name, and 1 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Name | string | Read/Write | Gets or sets the name of the bookmark. |
Text | string | Read/Write | Gets or sets the text enclosed in the bookmark. |
BookmarkStart | BookmarkStart | Read | Gets the node that represents the start of the bookmark. |
BookmarkEnd | BookmarkEnd | Read | Gets the node that represents the end of the bookmark. |
IsColumn | bool | Read | Returns true if this bookmark is a table column bookmark. |
FirstColumn | int | Read | Gets the zero-based index of the first column of the table column range associated with the bookmark. |
LastColumn | int | Read | Gets the zero-based index of the last column of the table column range associated with the bookmark. |
Methods
| Signature | Description |
|---|---|
Remove() | Removes the bookmark from the document. |