override_table_style_font_size_and_justification property

CompatibilityOptions.override_table_style_font_size_and_justification property

Specifies how the style hierarchy of the document is evaluated.

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

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

See Also