MsoLineFormat
MsoLineFormat
Overview
MsoLineFormat 是Python的Aspose.Cells FOSS中的一个类.
形状的边界/轮格式属性.
这个类提供了在Python程序中使用MsoLineFormat 对象的2种方法. 有的方法包括: __init__, copy. 在安装Python包的Aspose.Cells FOSS后,所有公众成员都可以访问任何 Python 应用程序. 特性: color, dash_style, is_visible, transparency, weight.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
is_visible | `` | Read | 得到的可见. |
color | `` | Read | 得到了颜色. |
weight | `` | Read | 得到重量. |
dash_style | `` | Read | 得到了表盘风格. |
transparency | `` | Read | 获得透明度. |
Methods
| Signature | Description |
|---|---|
__init__() | |
copy() | 创建行格式对象的副本 |