ILineFormatEffectiveData class
Contents
[
Hide
]ILineFormatEffectiveData class
Immutable object which contains effective line formatting properties.
The ILineFormatEffectiveData type exposes the following members:
Properties
| Property | Description |
|---|---|
fill_format | Returns the fill format of a line. Read-only ILineFillFormatEffectiveData. |
sketch_format | Returns the sketch format of a line. Read-only ISketchFormatEffectiveData. |
width | Returns the width of a line. Read-only float. |
dash_style | Returns the line dash style. Read-only LineDashStyle. |
custom_dash_pattern | Returns the custom dash pattern. Read-only float[]. |
cap_style | Returns the line cap style. Read-only LineCapStyle. |
style | Returns the line style. Read-only LineStyle. |
alignment | Returns the line alignment. Read-only LineAlignment. |
join_style | Returns the lines join style. Read-only LineJoinStyle. |
miter_limit | Returns the miter limit of a line. Read-only float. |
begin_arrowhead_style | Returns the arrowhead style at the beginning of a line. Read-only LineArrowheadStyle. |
end_arrowhead_style | Returns the arrowhead style at the end of a line. Read-only LineArrowheadStyle. |
begin_arrowhead_width | Returns the arrowhead width at the beginning of a line. Read-only LineArrowheadWidth. |
end_arrowhead_width | Returns the arrowhead width at the end of a line. Read-only LineArrowheadWidth. |
begin_arrowhead_length | Returns the arrowhead length at the beginning of a line. Read-only LineArrowheadLength. |
end_arrowhead_length | Returns the arrowhead length at the end of a line. Read-only LineArrowheadLength. |
Methods
| Method | Description |
|---|---|
equals | Determines whether the two ILineFormatEffectiveData instances are equal. |
Remarks
This interface is used together with the ILineFormat interface to return effective formatting values with inheritance applied.
See Also
- class
ILineFormat - module
aspose.slides - library
Aspose.Slides