OutlineOptions

OutlineOptions

Overview

OutlineOptions is a class in Aspose.Words FOSS for .NET.

Allows to specify outline options.

Properties: BookmarksOutlineLevels, CreateMissingOutlineLevels, CreateOutlinesForHeadingsInTables, DefaultBookmarksOutlineLevel, ExpandedOutlineLevels, HeadingsOutlineLevels.

Properties

NameTypeAccessDescription
CreateMissingOutlineLevelsboolRead/WriteGets or sets a value determining whether or not to create missing outline levels when the document is exported.
HeadingsOutlineLevelsintRead/WriteSpecifies how many levels of headings (paragraphs formatted with the Heading styles) to include in the document outline.
ExpandedOutlineLevelsintRead/WriteSpecifies how many levels in the document outline to show expanded when the file is viewed.
DefaultBookmarksOutlineLevelintRead/WriteSpecifies the default level in the document outline at which to display Word bookmarks.
BookmarksOutlineLevelsBookmarksOutlineLevelCollectionReadAllows to specify individual bookmarks outline level.
CreateOutlinesForHeadingsInTablesboolRead/WriteSpecifies whether or not to create outlines for headings (paragraphs formatted with the Heading styles) inside tables.

See Also