ShapeLineProps
Overview
ShapeLineProps Python için Aspose.Words FOSS sınıfıdır.
Bir şekil için Escher çizgi / doldurma özellikleri (FOpt kayıtlarından).
Bu sınıf, Python programlarında ShapeLineProps nesnelerle çalışmak için 1 yöntem sunar. Mevcut yöntemler şunları içerir: __init__. Tüm kamu üyeleri, Python paket için Aspose.Words FOSS’u yükledikten sonra herhangi bir Python uygulamasına erişilebilir. Mülkiyet : fill_color_rgb, line_color_rgb, line_width_pt.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
line_color_rgb | `` | Read | RGB renkli çizgi alır. |
line_width_pt | `` | Read | Çizginin genişliği pt. |
fill_color_rgb | `` | Read | RGB renkli bir rgp ile doldurulur. |
Methods
| Signature | Description |
|---|---|
| `init(line_color_rgb: tuple[int, int, int] | None, line_width_pt: float, fill_color_rgb: tuple[int, int, int] |