FixedFormatBookmark Enumeration

Specifies the way bookmarks are generated in fixed format output.

Namespace:  Microsoft.Office.Word.Server.Conversions
Assembly:  Microsoft.Office.Word.Server (in Microsoft.Office.Word.Server.dll)

Syntax

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

Members

Member name Description
None Specifies not to include bookmarks in the output.
Headings Converts Word headings into bookmarks in the output.
Bookmarks Converts Word bookmarks into bookmarks in the output.

See Also

Reference

Microsoft.Office.Word.Server.Conversions Namespace