spacing_in_whole_points property

CompatibilityOptions.spacing_in_whole_points property

Only Expand/Condense Text By Whole Points.

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

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

See Also