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

NameTypeAccessDescription
line_color_rgb``ReadGets the line color rgb.
line_width_pt``ReadGets the line width pt.
fill_color_rgb``ReadGets the fill color rgb.

Methods

SignatureDescription
__init__(line_color_rgb: tuple[int, int, int] | None, line_width_pt: float, fill_color_rgb: tuple[int, int, int] | None)

See Also