ShapeLineProps
Overview
ShapeLineProps 是Python的Aspose.Words FOSS中的一个类.
形状的Escher线/填充属性 (来自FOpt记录).
这个类提供了一个方法,用于在Python程序中使用ShapeLineProps 对象. 有的方法包括: __init__. 在安装Python包的Aspose.Words FOSS后,所有公众成员都可以访问任何 Python 应用程序. 特性: fill_color_rgb, line_color_rgb, line_width_pt.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
line_color_rgb | `` | Read | 得到了线色的 rgb. |
line_width_pt | `` | Read | 得到线宽pt. |
fill_color_rgb | `` | Read | 得到了填色的RGB. |
Methods
| Signature | Description |
|---|---|
| `init(line_color_rgb: tuple[int, int, int] | None, line_width_pt: float, fill_color_rgb: tuple[int, int, int] |