com.aspose.slides
Interface ILineFormatEffectiveData

All Known Implementing Classes:
LineFormatEffectiveData

public interface ILineFormatEffectiveData

Immutable object which contains line properties.


Method Summary
 boolean equals(ILineFormatEffectiveData lf)
           Determines whether the two ILineFormatEffectiveData instances are equal.
 byte getAlignment()
           Returns the line alignment.
 byte getBeginArrowheadLength()
           Returns the arrowhead length at the beginning of a line.
 byte getBeginArrowheadStyle()
           Returns the arrowhead style at the beginning of a line.
 byte getBeginArrowheadWidth()
           Returns the arrowhead width at the beginning of a line.
 byte getCapStyle()
           Returns the line cap style.
 float[] getCustomDashPattern()
           Returns the custom dash pattern.
 byte getDashStyle()
           Returns the line dash style.
 byte getEndArrowheadLength()
           Returns the arrowhead length at the end of a line.
 byte getEndArrowheadStyle()
           Returns the arrowhead style at the end of a line.
 byte getEndArrowheadWidth()
           Returns the arrowhead width at the end of a line.
 ILineFillFormatEffectiveData getFillFormat()
           Returns the fill format of a line.
 byte getJoinStyle()
           Returns the lines join style.
 float getMiterLimit()
           Returns the miter limit of a line.
 byte getStyle()
           Returns the line style.
 double getWidth()
           Returns the width of a line.
 

Method Detail

getFillFormat

ILineFillFormatEffectiveData getFillFormat()

Returns the fill format of a line. Read-only ILineFillFormatEffectiveData.


getWidth

double getWidth()

Returns the width of a line. Read-only double.


getDashStyle

byte getDashStyle()

Returns the line dash style. Read-only LineDashStyle.


getCustomDashPattern

float[] getCustomDashPattern()

Returns the custom dash pattern. Read-only float[].


getCapStyle

byte getCapStyle()

Returns the line cap style. Read-only LineCapStyle.


getStyle

byte getStyle()

Returns the line style. Read-only LineStyle.


getAlignment

byte getAlignment()

Returns the line alignment. Read-only LineAlignment.


getJoinStyle

byte getJoinStyle()

Returns the lines join style. Read-only LineJoinStyle.


getMiterLimit

float getMiterLimit()

Returns the miter limit of a line. Read-only float.


getBeginArrowheadStyle

byte getBeginArrowheadStyle()

Returns the arrowhead style at the beginning of a line. Read-only LineArrowheadStyle.


getEndArrowheadStyle

byte getEndArrowheadStyle()

Returns the arrowhead style at the end of a line. Read-only LineArrowheadStyle.


getBeginArrowheadWidth

byte getBeginArrowheadWidth()

Returns the arrowhead width at the beginning of a line. Read-only LineArrowheadWidth.


getEndArrowheadWidth

byte getEndArrowheadWidth()

Returns the arrowhead width at the end of a line. Read-only LineArrowheadWidth.


getBeginArrowheadLength

byte getBeginArrowheadLength()

Returns the arrowhead length at the beginning of a line. Read-only LineArrowheadLength.


getEndArrowheadLength

byte getEndArrowheadLength()

Returns the arrowhead length at the end of a line. Read-only LineArrowheadLength.


equals

boolean equals(ILineFormatEffectiveData lf)

Determines whether the two ILineFormatEffectiveData instances are equal.

Parameters:
lf - The ILineFormatEffectiveData to compare with the current ILineFormatEffectiveData.
Returns:
true if the specified ILineFormatEffectiveData is equal to the current ILineFormatEffectiveData; otherwise, false.


Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.