MsoLineFormat

Overview

MsoLineFormat is a class in Aspose.Cells FOSS for Python.

Border/outline format properties for a shape.

Properties

NameTypeAccessDescription
is_visible``ReadIndicates whether the line is displayed
color``ReadGets or sets the line’s color value
weight``ReadGets or sets the thickness of the line
dash_style``ReadGets or sets the dash pattern of the line
transparency``ReadGets or sets the line’s opacity level

Methods

SignatureDescription
__init__()
copy()Creates a duplicate of the line format object

See Also