com.aspose.slides
Interface ILineFormat

All Known Implementing Classes:
LineFormat

public interface ILineFormat

Represents format of a line.


Method Summary
 boolean equals(ILineFormat lineFormat)
           Determines whether the two LineFormat instances are equal.
 byte getAlignment()
           Returns or sets the line alignment.
 byte getBeginArrowheadLength()
           Returns or sets the arrowhead length at the beginning of a line.
 byte getBeginArrowheadStyle()
           Returns or sets the arrowhead style at the beginning of a line.
 byte getBeginArrowheadWidth()
           Returns or sets the arrowhead width at the beginning of a line.
 byte getCapStyle()
           Returns or sets the line cap style.
 float[] getCustomDashPattern()
           Returns or sets the custom dash pattern.
 byte getDashStyle()
           Returns or sets the line dash style.
 byte getEndArrowheadLength()
           Returns or sets the arrowhead length at the end of a line.
 byte getEndArrowheadStyle()
           Returns or sets the arrowhead style at the end of a line.
 byte getEndArrowheadWidth()
           Returns or sets the arrowhead width at the end of a line.
 ILineFillFormat getFillFormat()
           Returns the fill format of a line.
 byte getJoinStyle()
           Returns or sets the lines join style.
 float getMiterLimit()
           Returns or sets the miter limit of a line.
 byte getStyle()
           Returns or sets the line style.
 double getWidth()
           Returns or sets the width of a line.
 boolean isFormatNotDefined()
           Returns true if line format is not defined (as just created, default).
 void setAlignment(byte value)
           Returns or sets the line alignment.
 void setBeginArrowheadLength(byte value)
           Returns or sets the arrowhead length at the beginning of a line.
 void setBeginArrowheadStyle(byte value)
           Returns or sets the arrowhead style at the beginning of a line.
 void setBeginArrowheadWidth(byte value)
           Returns or sets the arrowhead width at the beginning of a line.
 void setCapStyle(byte value)
           Returns or sets the line cap style.
 void setCustomDashPattern(float[] value)
           Returns or sets the custom dash pattern.
 void setDashStyle(byte value)
           Returns or sets the line dash style.
 void setEndArrowheadLength(byte value)
           Returns or sets the arrowhead length at the end of a line.
 void setEndArrowheadStyle(byte value)
           Returns or sets the arrowhead style at the end of a line.
 void setEndArrowheadWidth(byte value)
           Returns or sets the arrowhead width at the end of a line.
 void setJoinStyle(byte value)
           Returns or sets the lines join style.
 void setMiterLimit(float value)
           Returns or sets the miter limit of a line.
 void setStyle(byte value)
           Returns or sets the line style.
 void setWidth(double value)
           Returns or sets the width of a line.
 

Method Detail

isFormatNotDefined

boolean isFormatNotDefined()

Returns true if line format is not defined (as just created, default). Read-only boolean.


getFillFormat

ILineFillFormat getFillFormat()

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


getWidth

double getWidth()

Returns or sets the width of a line. Read/write double.


setWidth

void setWidth(double value)

Returns or sets the width of a line. Read/write double.


getDashStyle

byte getDashStyle()

Returns or sets the line dash style. Read/write LineDashStyle.


setDashStyle

void setDashStyle(byte value)

Returns or sets the line dash style. Read/write LineDashStyle.


getCustomDashPattern

float[] getCustomDashPattern()

Returns or sets the custom dash pattern. Read/write float[].


setCustomDashPattern

void setCustomDashPattern(float[] value)

Returns or sets the custom dash pattern. Read/write float[].


getCapStyle

byte getCapStyle()

Returns or sets the line cap style. Read/write LineCapStyle.


setCapStyle

void setCapStyle(byte value)

Returns or sets the line cap style. Read/write LineCapStyle.


getStyle

byte getStyle()

Returns or sets the line style. Read/write LineStyle.


setStyle

void setStyle(byte value)

Returns or sets the line style. Read/write LineStyle.


getAlignment

byte getAlignment()

Returns or sets the line alignment. Read/write LineAlignment.


setAlignment

void setAlignment(byte value)

Returns or sets the line alignment. Read/write LineAlignment.


getJoinStyle

byte getJoinStyle()

Returns or sets the lines join style. Read/write LineJoinStyle.


setJoinStyle

void setJoinStyle(byte value)

Returns or sets the lines join style. Read/write LineJoinStyle.


getMiterLimit

float getMiterLimit()

Returns or sets the miter limit of a line. Read/write float.


setMiterLimit

void setMiterLimit(float value)

Returns or sets the miter limit of a line. Read/write float.


getBeginArrowheadStyle

byte getBeginArrowheadStyle()

Returns or sets the arrowhead style at the beginning of a line. Read/write LineArrowheadStyle.


setBeginArrowheadStyle

void setBeginArrowheadStyle(byte value)

Returns or sets the arrowhead style at the beginning of a line. Read/write LineArrowheadStyle.


getEndArrowheadStyle

byte getEndArrowheadStyle()

Returns or sets the arrowhead style at the end of a line. Read/write LineArrowheadStyle.


setEndArrowheadStyle

void setEndArrowheadStyle(byte value)

Returns or sets the arrowhead style at the end of a line. Read/write LineArrowheadStyle.


getBeginArrowheadWidth

byte getBeginArrowheadWidth()

Returns or sets the arrowhead width at the beginning of a line. Read/write LineArrowheadWidth.


setBeginArrowheadWidth

void setBeginArrowheadWidth(byte value)

Returns or sets the arrowhead width at the beginning of a line. Read/write LineArrowheadWidth.


getEndArrowheadWidth

byte getEndArrowheadWidth()

Returns or sets the arrowhead width at the end of a line. Read/write LineArrowheadWidth.


setEndArrowheadWidth

void setEndArrowheadWidth(byte value)

Returns or sets the arrowhead width at the end of a line. Read/write LineArrowheadWidth.


getBeginArrowheadLength

byte getBeginArrowheadLength()

Returns or sets the arrowhead length at the beginning of a line. Read/write LineArrowheadLength.


setBeginArrowheadLength

void setBeginArrowheadLength(byte value)

Returns or sets the arrowhead length at the beginning of a line. Read/write LineArrowheadLength.


getEndArrowheadLength

byte getEndArrowheadLength()

Returns or sets the arrowhead length at the end of a line. Read/write LineArrowheadLength.


setEndArrowheadLength

void setEndArrowheadLength(byte value)

Returns or sets the arrowhead length at the end of a line. Read/write LineArrowheadLength.


equals

boolean equals(ILineFormat lineFormat)

Determines whether the two LineFormat instances are equal.

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


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