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
| Name | Type | Access | Description |
|---|---|---|---|
CreateMissingOutlineLevels | bool | Read/Write | Gets or sets a value determining whether or not to create missing outline levels when the document is exported. |
HeadingsOutlineLevels | int | Read/Write | Specifies how many levels of headings (paragraphs formatted with the Heading styles) to include in the document outline. |
ExpandedOutlineLevels | int | Read/Write | Specifies how many levels in the document outline to show expanded when the file is viewed. |
DefaultBookmarksOutlineLevel | int | Read/Write | Specifies the default level in the document outline at which to display Word bookmarks. |
BookmarksOutlineLevels | BookmarksOutlineLevelCollection | Read | Allows to specify individual bookmarks outline level. |
CreateOutlinesForHeadingsInTables | bool | Read/Write | Specifies whether or not to create outlines for headings (paragraphs formatted with the Heading styles) inside tables. |