LineFormat

Overview

LineFormat is a class in Aspose.Slides FOSS for Python. Inherits from: PVIObject, ISlideComponent, IPresentationComponent.

Represents format of a line.

Properties

NameTypeAccessDescription
is_format_not_definedboolReadReturns true if line format is not defined (as just created, default).
fill_formatILineFillFormatReadReturns the fill format of a line.
widthfloatReadReturns or sets the width of a line.
dash_styleLineDashStyleReadReturns or sets the line dash style.
custom_dash_patternlist[float]ReadReturns or sets the custom dash pattern.
cap_styleLineCapStyleReadReturns or sets the line cap style.
styleLineStyleReadReturns or sets the line style.
alignmentLineAlignmentReadReturns or sets the line alignment.
join_styleLineJoinStyleReadReturns or sets the lines join style.
miter_limitfloatReadReturns or sets the miter limit of a line.
begin_arrowhead_styleLineArrowheadStyleReadReturns or sets the arrowhead style at the beginning of a line.
end_arrowhead_styleLineArrowheadStyleReadReturns or sets the arrowhead style at the end of a line.
begin_arrowhead_widthLineArrowheadWidthReadReturns or sets the arrowhead width at the beginning of a line.
end_arrowhead_widthLineArrowheadWidthReadReturns or sets the arrowhead width at the end of a line.
begin_arrowhead_lengthLineArrowheadLengthReadReturns or sets the arrowhead length at the beginning of a line.
end_arrowhead_lengthLineArrowheadLengthReadReturns or sets the arrowhead length at the end of a line.

See Also