ignore_spacing property
JoinRunsOptions.ignore_spacing property
True indicates that the spacing attributes of all runs will be ignored when joining runs with same formatting.
@property
def ignore_spacing(self) -> bool:
...
@ignore_spacing.setter
def ignore_spacing(self, value: bool):
...
Remarks
The default value is False.
See Also
- module aspose.words
- class JoinRunsOptions