ignore_redundant property

JoinRunsOptions.ignore_redundant property

True indicates that the redundant attributes of all runs will be ignored when joining runs with same formatting.

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

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

Remarks

Redundant attributes are those attributes that do not affect the run with the given text content. The default value is False.

See Also