API Reference

Class

WordBookmark

Namespace OfficeIMO.Word
Assembly OfficeIMO.Word

Represents a bookmark within a Word document.

Inheritance

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Methods

public static WordParagraph AddBookmark(WordParagraph paragraph, String bookmarkName) #
Returns: WordParagraph

Adds a bookmark to the specified paragraph.

Parameters

paragraph OfficeIMO.Word.WordParagraph requiredposition: 0
Paragraph to contain the bookmark.
bookmarkName System.String requiredposition: 1
Name of the bookmark.

Returns

The paragraph with the inserted bookmark.

public Void Remove() #
Returns: Void

Removes the bookmark from the document.

Properties

public String Name { get; set; } #

Gets or sets the bookmark name.

public Int32 Id { get; set; } #

Gets or sets the bookmark identifier.