Aspose::Words::Saving::OutlineOptions class
Contents
[
Hide
]OutlineOptions class
Allows to specify outline options. To learn more, visit the Save a Document documentation article.
class OutlineOptions : public System::Object
Methods
Method | Description |
---|---|
get_BookmarksOutlineLevels() const | Allows to specify individual bookmarks outline level. |
get_CreateMissingOutlineLevels() const | Gets 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() const | Specifies whether or not to create outlines for headings (paragraphs formatted with the Heading styles) inside tables. |
get_DefaultBookmarksOutlineLevel() const | Specifies the default level in the document outline at which to display Word bookmarks. |
get_ExpandedOutlineLevels() const | Specifies how many levels in the document outline to show expanded when the file is viewed. |
get_HeadingsOutlineLevels() const | Specifies 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
- Namespace Aspose::Words::Saving
- Library Aspose.Words for C++