expanded_outline_levels property
expanded_outline_levels property
Specifies how many levels in the document outline to show expanded when the file is viewed. Default is 0. Valid range is 0 to 9. Note that this options will not work when saving to XPS.
Definition:
@property
def expanded_outline_levels(self):
...
@expanded_outline_levels.setter
def expanded_outline_levels(self, value):
...