Aspose::Words::Saving::OutlineOptions::get_DefaultBookmarksOutlineLevel method

OutlineOptions::get_DefaultBookmarksOutlineLevel method

Specifies the default level in the document outline at which to display Word bookmarks.

int32_t Aspose::Words::Saving::OutlineOptions::get_DefaultBookmarksOutlineLevel() const

Remarks

Individual bookmarks level could be specified using BookmarksOutlineLevels property.

Specify 0 and Word bookmarks will not be displayed in the document outline. Specify 1 and Word bookmarks will be displayed in the document outline at level 1; 2 for level 2 and so on.

Default is 0. Valid range is 0 to 9.

See Also