do_not_vert_align_cell_with_sp property

CompatibilityOptions.do_not_vert_align_cell_with_sp property

Don’t Vertically Align Cells Containing Floating Objects.

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

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

See Also