use_word2002_table_style_rules property

CompatibilityOptions.use_word2002_table_style_rules property

Emulate Word 2002 Table Style Rules.

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

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

See Also