dont_affects_line_spacing property

FieldSymbol.dont_affects_line_spacing property

Gets or sets whether the character retrieved by the field affects the line spacing of the paragraph.

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

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

See Also