WordProcessingBookmarksOptions class

WordProcessingBookmarksOptions class

Provides options for handling bookmarks in WordProcessing.

The WordProcessingBookmarksOptions type exposes the following members:

Constructors

Constructor Description
init

Methods

Method Description
equals Determines whether two object instances are equal. (inherited from ValueObject)
equals_object (inherited from ValueObject)
equals_value_object (inherited from ValueObject)
get_hash_code Serves as the default hash function. (inherited from ValueObject)

Properties

Property Description
bookmarks_outline_level The default level in the document outline at which to display Word bookmarks. Default is 0. Valid range is 0 to 9.
expanded_outline_levels The number of outline levels to show expanded when the file is viewed (default is 0, valid range 0‑9); this option does not work when saving to XPS.
headings_outline_levels The number of heading levels (paragraphs formatted with the Heading styles) to include in the document outline. Default is 0. Valid range is 0 to 9.

See Also