ILineFormat — Aspose.Slides FOSS Python API Reference
Overview
ILineFormat defines formatting options for i line. Browse the properties and methods in the tables below to understand the complete public API surface of this type. All members listed here are part of the stable public API and may be used in production code targeting the FOSS edition. Refer to the package documentation for installation instructions and a complete list of related types.
Package: aspose.slides_foss
Description
ILineFormat is a class in the Aspose.Slides FOSS library for Python that exposes 0 methods and 16 properties for programmatic use. It extends ILineParamSource and implements ABC, inheriting shared functionality from its parent type.
Core capabilities include: bool; ilinefillformat; float. These operations enable developers to integrate ilineformat functionality directly into Python applications.
Properties
| Property | Type | Access | Description |
|---|---|---|---|
is_format_not_defined | bool | Read-only | Whether the _format_not_defined flag is set. |
fill_format | ILineFillFormat | Read-only | The fill_format value. |
width | float | Read / Write | The width value. |
dash_style | LineDashStyle | Read / Write | The dash_style value. |
custom_dash_pattern | list[float] | Read / Write | The custom_dash_pattern value. |
cap_style | LineCapStyle | Read / Write | The cap_style value. |
style | LineStyle | Read / Write | The style value. |
alignment | LineAlignment | Read / Write | The alignment value. |
join_style | LineJoinStyle | Read / Write | The join_style value. |
miter_limit | float | Read / Write | The miter_limit value. |
begin_arrowhead_style | LineArrowheadStyle | Read / Write | The begin_arrowhead_style value. |
end_arrowhead_style | LineArrowheadStyle | Read / Write | The end_arrowhead_style value. |
begin_arrowhead_width | LineArrowheadWidth | Read / Write | The begin_arrowhead_width value. |
end_arrowhead_width | LineArrowheadWidth | Read / Write | The end_arrowhead_width value. |
begin_arrowhead_length | LineArrowheadLength | Read / Write | The begin_arrowhead_length value. |
end_arrowhead_length | LineArrowheadLength | Read / Write | The end_arrowhead_length value. |