ignore_insignificant property
JoinRunsOptions.ignore_insignificant property
True indicates that the insignificant attributes of all runs will be ignored when joining runs with same formatting.
@property
def ignore_insignificant(self) -> bool:
...
@ignore_insignificant.setter
def ignore_insignificant(self, value: bool):
...
Remarks
Insignificant attributes are those attributes that do not have a noticeable effect on the formatting of a run with the given text content. The default value is False.
See Also
- module aspose.words
- class JoinRunsOptions