Aspose::Words::Saving::OutlineOptions class

OutlineOptions class

Allows to specify outline options. To learn more, visit the Save a Document documentation article.

class OutlineOptions : public System::Object

Methods

MethodDescription
get_BookmarksOutlineLevels() constAllows to specify individual bookmarks outline level.
get_CreateMissingOutlineLevels() constGets a value determining whether or not to create missing outline levels when the document is exported. Default value for this property is false.
get_CreateOutlinesForHeadingsInTables() constSpecifies whether or not to create outlines for headings (paragraphs formatted with the Heading styles) inside tables.
get_DefaultBookmarksOutlineLevel() constSpecifies the default level in the document outline at which to display Word bookmarks.
get_ExpandedOutlineLevels() constSpecifies how many levels in the document outline to show expanded when the file is viewed.
get_HeadingsOutlineLevels() constSpecifies how many levels of headings (paragraphs formatted with the Heading styles) to include in the document outline.
GetType() const override
Is(const System::TypeInfo&) const override
OutlineOptions()
set_CreateMissingOutlineLevels(bool)Sets a value determining whether or not to create missing outline levels when the document is exported. Default value for this property is false.
set_CreateOutlinesForHeadingsInTables(bool)Specifies whether or not to create outlines for headings (paragraphs formatted with the Heading styles) inside tables.
set_DefaultBookmarksOutlineLevel(int32_t)Setter for Aspose::Words::Saving::OutlineOptions::get_DefaultBookmarksOutlineLevel.
set_ExpandedOutlineLevels(int32_t)Setter for Aspose::Words::Saving::OutlineOptions::get_ExpandedOutlineLevels.
set_HeadingsOutlineLevels(int32_t)Setter for Aspose::Words::Saving::OutlineOptions::get_HeadingsOutlineLevels.
static Type()

See Also