ShapeLineProps
Overview
ShapeLineProps เป็นคลาสใน Aspose.Words FOSS สําหรับ Python.
อัตถุคุณ Escher สาย / เติมสําหรับรูปร่าง (จากบันทึก FOpt).
หมวดนี้ให้ 1 วิธีในการทํางานกับ ShapeLineProps วัตถุในโปรแกรม Python. วิธีการที่ใช้ได้แก่: __init__. สมาชิกสาธารณะทุกคนสามารถเข้าถึงการใช้งาน Python ใดก็ได้หลังจากติดตั้งแพ็คเกจ FOSS for 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] |