allow_space_of_same_style_in_table property

CompatibilityOptions.allow_space_of_same_style_in_table property

Allow Contextual Spacing of Paragraphs in Tables.

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

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

See Also