OfficeLineFormat class

OfficeLineFormat class

Represents a shape line format.

The OfficeLineFormat type exposes the following members:

Constructors

Constructor Description
init Initializes a new instance of the OfficeLineFormat class.

Properties

Property Description
color The color of the line. The default value is Color.black.
dash_style The dot and dash pattern for a line.
enabled The property indicates whether a shape will be stroked. The default value is False.
line_style The line style.
opacity The line opacity.
weight The line thickness in points that strokes the path of a shape. The default value is 0.75.

See Also