mark_line_breaks property

mark_line_breaks property

Gets or sets a value indicating whether to mark line breaks.

Definition:

@property
def mark_line_breaks(self):
    ...
@mark_line_breaks.setter
def mark_line_breaks(self, value):
    ...

See Also