MsoFillFormat
MsoFillFormat
Overview
MsoFillFormat 是Python的Aspose.Cells FOSS中的一个类.
填写一个形状的格式属性.
这个类提供了在Python程序中使用MsoFillFormat 对象的2种方法. 有的方法包括: __init__, copy. 在安装Python包的Aspose.Cells FOSS后,所有公众成员都可以访问任何 Python 应用程序. 特性: fill_type, fore_color, transparency.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
fill_type | `` | Read | 得到填充类型. |
fore_color | `` | Read | 得到了前面的颜色. |
transparency | `` | Read | 获得透明度. |
Methods
| Signature | Description |
|---|---|
__init__() | |
copy() | 创建填写格式对象的副本 |