border_line_format property

border_line_format property

The line format settings for the image border. Returns an instance of OfficeLineFormat representing the shape line format.

Definition:

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

See Also