MsoLineFormat
Overview
MsoLineFormat is a class in Aspose.Cells FOSS for Python.
Border/outline format properties for a shape.
This class provides 2 methods for working with MsoLineFormat objects in Python programs.
Available methods include: __init__, copy.
All public members are accessible to any Python application after installing the Aspose.Cells FOSS for Python package.
Properties: color, dash_style, is_visible, transparency, weight.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
is_visible | `` | Read | Gets the is visible. |
color | `` | Read | Gets the color. |
weight | `` | Read | Gets the weight. |
dash_style | `` | Read | Gets the dash style. |
transparency | `` | Read | Gets the transparency. |
Methods
| Signature | Description |
|---|---|
__init__() | |
copy() | Creates a duplicate of the line format object |