WdExportCreateBookmarks Enumeration

Specifies what bookmarks to include when exporting a document.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Public Enumeration WdExportCreateBookmarks
'Usage
Dim instance As WdExportCreateBookmarks
public enum WdExportCreateBookmarks

Members

Member name Description
wdExportCreateNoBookmarks Do not create bookmarks in the exported document.
wdExportCreateHeadingBookmarks Create a bookmark in the exported document for each Microsoft Office Word heading, which includes only headings within the main document and text boxes not within headers, footers, endnotes, footnotes, or comments.
wdExportCreateWordBookmarks Create a bookmark in the exported document for each Word bookmark, which includes all bookmarks except those contained within headers and footers.

Remarks

Use with the ExportAsFixedFormat method for the Document, Range, or Selection object.

See Also

Reference

Microsoft.Office.Interop.Word Namespace