ShapeLineProps
Overview
ShapeLineProps is a class in Aspose.Words FOSS for Python.
Escher line/fill properties for a shape (from FOpt records).
Properties
| Name | Type | Access | Description |
|---|---|---|---|
line_color_rgb | `` | Read | |
line_width_pt | `` | Read | |
fill_color_rgb | `` | Read |
Methods
| Signature | Description |
|---|---|
__init__(line_color_rgb: tuple[int, int, int] | None, line_width_pt: float, fill_color_rgb: tuple[int, int, int] | None) |