Description
This class is used to represent a bookmark in the document. Bookmarks can be added to a document in Word or programmatically using WordWriter. They can only be retrieved form an existing document.
C#
vb.net
Remarks
To insert a bookmark into a document, use Element.CreateBookmark() or Table.CreateBookmarkOnRow(). To get a bookmark from an existing document use the Document.GetBookmark method.
The following sample shows you how to add a bookmark to a document and retrieve a bookmark from a document.
Examples
C#
vb.net
Properties
Name |
Description |
---|---|
Returns a String representing the name of this bookmark. |