is_line_limited property

is_line_limited property

Gets value that indicates whether highlight extraction is limited by the start (or the end) of a text line.

Definition:

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

See Also