headings_outline_levels property

headings_outline_levels property

The number of heading levels (paragraphs formatted with the Heading styles) to include in the document outline; defaults to 0 and must be between 0 and 9.

Definition:

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

See Also