Aspose::Words::Saving::OutlineOptions::get_HeadingsOutlineLevels method

OutlineOptions::get_HeadingsOutlineLevels method

Specifies how many levels of headings (paragraphs formatted with the Heading styles) to include in the document outline.

int32_t Aspose::Words::Saving::OutlineOptions::get_HeadingsOutlineLevels() const

Remarks

Specify 0 for no headings in the outline; specify 1 for one level of headings in the outline and so on.

Default is 0. Valid range is 0 to 9.

See Also