adjust_line_height_in_table property

CompatibilityOptions.adjust_line_height_in_table property

Add Document Grid Line Pitch To Lines in Table Cells.

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

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

See Also