Font
Overview
Font 是Python的Aspose.Cells FOSS中的一个类.
表示一个单元格或数组的字体设置.
这个类提供了一个方法,用于在Python程序中使用字体对象. 有的方法包括: __init__. 在安装Python包的Aspose.Cells FOSS后,所有公众成员都可以访问任何 Python 应用程序. 特性: bold, color, italic, name, size, strikethrough,另外一个.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
name | `` | Read | 得到了这个名字. |
size | `` | Read | 得到了尺寸. |
color | `` | Read | 得到了颜色. |
bold | `` | Read | 得到了大胆的. |
italic | `` | Read | 得到了斜写. |
underline | `` | Read | 得到了底线. |
strikethrough | `` | Read | 得到了突破. |
Methods
| Signature | Description |
|---|---|
__init__(name, size, color, bold, italic, underline, strikethrough) | 启动字体类的新实例. |