LineFormat
Overview
LineFormat is a class in Aspose.Slides FOSS for Python.
Inherits from: PVIObject, ISlideComponent, IPresentationComponent.
Represents format of a line.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
is_format_not_defined | bool | Read | Returns true if line format is not defined (as just created, default). |
fill_format | ILineFillFormat | Read | Returns the fill format of a line. |
width | float | Read | Returns or sets the width of a line. |
dash_style | LineDashStyle | Read | Returns or sets the line dash style. |
custom_dash_pattern | list[float] | Read | Returns or sets the custom dash pattern. |
cap_style | LineCapStyle | Read | Returns or sets the line cap style. |
style | LineStyle | Read | Returns or sets the line style. |
alignment | LineAlignment | Read | Returns or sets the line alignment. |
join_style | LineJoinStyle | Read | Returns or sets the lines join style. |
miter_limit | float | Read | Returns or sets the miter limit of a line. |
begin_arrowhead_style | LineArrowheadStyle | Read | Returns or sets the arrowhead style at the beginning of a line. |
end_arrowhead_style | LineArrowheadStyle | Read | Returns or sets the arrowhead style at the end of a line. |
begin_arrowhead_width | LineArrowheadWidth | Read | Returns or sets the arrowhead width at the beginning of a line. |
end_arrowhead_width | LineArrowheadWidth | Read | Returns or sets the arrowhead width at the end of a line. |
begin_arrowhead_length | LineArrowheadLength | Read | Returns or sets the arrowhead length at the beginning of a line. |
end_arrowhead_length | LineArrowheadLength | Read | Returns or sets the arrowhead length at the end of a line. |