use_normal_style_for_list property

CompatibilityOptions.use_normal_style_for_list property

Do Not Automatically Apply List Paragraph Style To Bulleted/Numbered Text.

@property
def use_normal_style_for_list(self) -> bool:
    ...

@use_normal_style_for_list.setter
def use_normal_style_for_list(self, value: bool):
    ...

See Also