ILineFormatEffectiveData Interface

Immutable object which contains effective line formatting properties.

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public interface ILineFormatEffectiveData : ILineParamSource

The ILineFormatEffectiveData type exposes the following members.

Properties
  NameDescription
Public propertyAlignment
Returns the line alignment. Read-only LineAlignment.
Public propertyAsILineParamSource
Allows to get base ILineParamSource interface. Read-only ILineParamSource.
Public propertyBeginArrowheadLength
Returns the arrowhead length at the beginning of a line. Read-only LineArrowheadLength.
Public propertyBeginArrowheadStyle
Returns the arrowhead style at the beginning of a line. Read-only LineArrowheadStyle.
Public propertyBeginArrowheadWidth
Returns the arrowhead width at the beginning of a line. Read-only LineArrowheadWidth.
Public propertyCapStyle
Returns the line cap style. Read-only LineCapStyle.
Public propertyCustomDashPattern
Returns the custom dash pattern. Read-only float.
Public propertyDashStyle
Returns the line dash style. Read-only LineDashStyle.
Public propertyEndArrowheadLength
Returns the arrowhead length at the end of a line. Read-only LineArrowheadLength.
Public propertyEndArrowheadStyle
Returns the arrowhead style at the end of a line. Read-only LineArrowheadStyle.
Public propertyEndArrowheadWidth
Returns the arrowhead width at the end of a line. Read-only LineArrowheadWidth.
Public propertyFillFormat
Returns the fill format of a line. Read-only ILineFillFormatEffectiveData.
Public propertyJoinStyle
Returns the lines join style. Read-only LineJoinStyle.
Public propertyMiterLimit
Returns the miter limit of a line. Read-only Single.
Public propertyStyle
Returns the line style. Read-only LineStyle.
Public propertyWidth
Returns the width of a line. Read-only Double.
Methods
  NameDescription
Public methodEquals
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