Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

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

Name

Returns a String representing the name of this bookmark.
  • No labels