leave_gaps property

leave_gaps property

Indicates whether to display empty lines instead of inserted / deleted components in the final document or not (used with ShowInsertedContent or ShowDeletedContent properties).

Definition:

@property
def leave_gaps(self):
    ...
@leave_gaps.setter
def leave_gaps(self, value):
    ...

See Also