ShapeLineProps
Overview
ShapeLineProps is a class in Aspose.Words FOSS for Python.
Escher line/fill properties for a shape (from FOpt records).
This class provides 1 method for working with ShapeLineProps objects in Python programs.
Available methods include: __init__.
All exported members are accessible to any Python application after installing the Aspose.Words FOSS for Python package.
Properties: fill_color_rgb, line_color_rgb, line_width_pt.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
line_color_rgb | `` | Read | Gets the line color rgb. |
line_width_pt | `` | Read | Gets the line width pt. |
fill_color_rgb | `` | Read | Gets the fill color rgb. |
Methods
| Signature | Description |
|---|---|
__init__(line_color_rgb: tuple[int, int, int] | None, line_width_pt: float, fill_color_rgb: tuple[int, int, int] | None) |