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


Properties

PropertyTypeAccessDescription
is_format_not_definedboolRead-onlyWhether the _format_not_defined flag is set.
fill_formatILineFillFormatRead-onlyThe fill_format value.
widthfloatRead / WriteThe width value.
dash_styleLineDashStyleRead / WriteThe dash_style value.
custom_dash_patternlist[float]Read / WriteThe custom_dash_pattern value.
cap_styleLineCapStyleRead / WriteThe cap_style value.
styleLineStyleRead / WriteThe style value.
alignmentLineAlignmentRead / WriteThe alignment value.
join_styleLineJoinStyleRead / WriteThe join_style value.
miter_limitfloatRead / WriteThe miter_limit value.
begin_arrowhead_styleLineArrowheadStyleRead / WriteThe begin_arrowhead_style value.
end_arrowhead_styleLineArrowheadStyleRead / WriteThe end_arrowhead_style value.
begin_arrowhead_widthLineArrowheadWidthRead / WriteThe begin_arrowhead_width value.
end_arrowhead_widthLineArrowheadWidthRead / WriteThe end_arrowhead_width value.
begin_arrowhead_lengthLineArrowheadLengthRead / WriteThe begin_arrowhead_length value.
end_arrowhead_lengthLineArrowheadLengthRead / WriteThe end_arrowhead_length value.

See Also