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

NameTypeAccessDescription
is_visible``ReadGets the is visible.
color``ReadGets the color.
weight``ReadGets the weight.
dash_style``ReadGets the dash style.
transparency``ReadGets the transparency.

Methods

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

See Also