do_not_use_html_paragraph_auto_spacing property

CompatibilityOptions.do_not_use_html_paragraph_auto_spacing property

Use Fixed Paragraph Spacing for HTML Auto Setting.

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

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

See Also