OutlineOptions Class

Wordize.Saving.OutlineOptions class. Allows to specify outline options.

OutlineOptions class

Allows to specify outline options.

public class OutlineOptions

Properties

NameDescription
BookmarksOutlineLevels { get; }Allows to specify individual bookmarks outline level.
CreateMissingOutlineLevels { get; set; }Gets or sets a value determining whether or not to create missing outline levels when the document is exported.
CreateOutlinesForHeadingsInTables { get; set; }Specifies whether or not to create outlines for headings (paragraphs formatted with the Heading styles) inside tables.
DefaultBookmarksOutlineLevel { get; set; }Specifies the default level in the document outline at which to display Word bookmarks.
ExpandedOutlineLevels { get; set; }Specifies how many levels in the document outline to show expanded when the file is viewed.
HeadingsOutlineLevels { get; set; }Specifies how many levels of headings (paragraphs formatted with the Heading styles) to include in the document outline.

See Also