bookmarks_outline_level property

bookmarks_outline_level property

Specifies the default level in the document outline at which to display Word bookmarks. Default is 0. Valid range is 0 to 9.

Definition:

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

See Also