do_not_snap_to_grid_in_cell property

CompatibilityOptions.do_not_snap_to_grid_in_cell property

Do Not Snap to Document Grid in Table Cells with Objects.

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

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

See Also