line_format property

line_format property

The line format settings, represented by a OfficeLineFormat instance.

Definition:

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

See Also