headings_outline_levels property

headings_outline_levels property

Specifies how many levels of headings (paragraphs formatted with the Heading styles) to include in the document outline. Default is 0. Valid range is 0 to 9.

Definition:

@property
def headings_outline_levels(self):
    ...
@headings_outline_levels.setter
def headings_outline_levels(self, value):
    ...

See Also