new_line_type property

new_line_type property

Specifies whether the generated document should have new lines \r(Macintosh) of \n(Unix) or \r\n(Windows). Default is Unix.

Definition:

@property
def new_line_type(self):
    ...

@new_line_type.setter
def new_line_type(self, value):
    ...

See Also