LineFormat

Overview

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

Represents format of a line.

Properties: alignment, as_i_presentation_component, begin_arrowhead_length, begin_arrowhead_style, begin_arrowhead_width, cap_style, and 13 more.

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.
widthfloatRead/WriteReturns or sets the width of a line.
dash_styleLineDashStyleRead/WriteReturns or sets the line dash style.
custom_dash_patternlist[float]Read/WriteReturns or sets the custom dash pattern.
cap_styleLineCapStyleRead/WriteReturns or sets the line cap style.
styleLineStyleRead/WriteReturns or sets the line style.
alignmentLineAlignmentRead/WriteReturns or sets the line alignment.
join_styleLineJoinStyleRead/WriteReturns or sets the lines join style.
miter_limitfloatRead/WriteReturns or sets the miter limit of a line.
begin_arrowhead_styleLineArrowheadStyleRead/WriteReturns or sets the arrowhead style at the beginning of a line.
end_arrowhead_styleLineArrowheadStyleRead/WriteReturns or sets the arrowhead style at the end of a line.
begin_arrowhead_widthLineArrowheadWidthRead/WriteReturns or sets the arrowhead width at the beginning of a line.
end_arrowhead_widthLineArrowheadWidthRead/WriteReturns or sets the arrowhead width at the end of a line.
begin_arrowhead_lengthLineArrowheadLengthRead/WriteReturns or sets the arrowhead length at the beginning of a line.
end_arrowhead_lengthLineArrowheadLengthRead/WriteReturns or sets the arrowhead length at the end of a line.
as_i_presentation_componentIPresentationComponentReadAllows to get base IPresentationComponent interface.
slideIBaseSlideReadGets the slide.
presentationIPresentationReadGets the presentation.

See Also