ILineFormat class
Contents
[
Hide
]ILineFormat class
Represents format of a line.
The ILineFormat type exposes the following members:
Properties
Property | Description |
---|---|
is_format_not_defined | Returns true if line format is not defined (as just created, default). Read-only bool. |
fill_format | Returns the fill format of a line. Read-only ILineFillFormat . |
sketch_format | Returns the sketch format of a line. Read-only ISketchFormat . |
width | Returns or sets the width of a line. Read/write float. |
dash_style | Returns or sets the line dash style. Read/write LineDashStyle . |
custom_dash_pattern | Returns or sets the custom dash pattern. Read/write float[]. |
cap_style | Returns or sets the line cap style. Read/write LineCapStyle . |
style | Returns or sets the line style. Read/write LineStyle . |
alignment | Returns or sets the line alignment. Read/write LineAlignment . |
join_style | Returns or sets the lines join style. Read/write LineJoinStyle . |
miter_limit | Returns or sets the miter limit of a line. Read/write float. |
begin_arrowhead_style | Returns or sets the arrowhead style at the beginning of a line. Read/write LineArrowheadStyle . |
end_arrowhead_style | Returns or sets the arrowhead style at the end of a line. Read/write LineArrowheadStyle . |
begin_arrowhead_width | Returns or sets the arrowhead width at the beginning of a line. Read/write LineArrowheadWidth . |
end_arrowhead_width | Returns or sets the arrowhead width at the end of a line. Read/write LineArrowheadWidth . |
begin_arrowhead_length | Returns or sets the arrowhead length at the beginning of a line. Read/write LineArrowheadLength . |
end_arrowhead_length | Returns or sets the arrowhead length at the end of a line. Read/write LineArrowheadLength . |
Methods
Method | Description |
---|---|
equals | Determines whether the two LineFormat instances are equal. |
get_effective | Gets effective line formatting data with the inheritance applied. |
See Also
- module
aspose.slides
- library
Aspose.Slides