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

NameTypeAccessDescription
NamestringRead/WriteGets or sets the name of the bookmark.
TextstringRead/WriteGets or sets the text enclosed in the bookmark.
BookmarkStartBookmarkStartReadGets the node that represents the start of the bookmark.
BookmarkEndBookmarkEndReadGets the node that represents the end of the bookmark.
IsColumnboolReadReturns true if this bookmark is a table column bookmark.
FirstColumnintReadGets the zero-based index of the first column of the table column range associated with the bookmark.
LastColumnintReadGets the zero-based index of the last column of the table column range associated with the bookmark.

Methods

SignatureDescription
Remove()Removes the bookmark from the document.

See Also