com.aspose.slides
Class LineFormat

java.lang.Object
  extended by com.aspose.slides.LineFormat

public final class LineFormat
extends java.lang.Object

Represents a line and arrowhead formatting.


Method Summary
 int getBeginArrowheadLength()
           Returns or sets the length of an arrowhead at the beginning of a line.
 int getBeginArrowheadStyle()
           Returns or sets the arrowhead style at the beginning of a line.
 int getBeginArrowheadWidth()
           Returns or sets the width of an arrowhead at the beginning of a line.
 int getDashStyle()
           Returns or sets the dash style of a line.
 int getEndArrowheadLength()
           Returns or sets the length of an arrowhead at the end of a line.
 int getEndArrowheadStyle()
           Returns or sets the arrowhead style at the end of a line.
 int getEndArrowheadWidth()
           Returns or sets the width of an arrowhead at the end of a line.
 java.awt.Color getForeColor()
           
 int getJoinStyle()
           Returns or sets the line join style.
 boolean getRoundEndCap()
           <b>True</b> if a line has rounded caps.
 boolean getShowLines()
           <b>True</b> if shape has visible lines (frame).
 int getStyle()
           Returns or sets the style of a line.
 double getWidth()
           Returns or sets the width of a line.
 void setBeginArrowheadLength(int value)
           
 void setBeginArrowheadStyle(int value)
           
 void setBeginArrowheadWidth(int value)
           
 void setDashStyle(int value)
           
 void setEndArrowheadLength(int value)
           
 void setEndArrowheadStyle(int value)
           
 void setEndArrowheadWidth(int value)
           
 void setForeColor(java.awt.Color value)
           
 void setJoinStyle(int value)
           
 void setRoundEndCap(boolean value)
           
 void setShowLines(boolean value)
           
 void setStyle(int value)
           
 void setWidth(double value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getForeColor

public java.awt.Color getForeColor()

setForeColor

public void setForeColor(java.awt.Color value)

getDashStyle

public int getDashStyle()

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


setDashStyle

public void setDashStyle(int value)

getStyle

public int getStyle()

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


setStyle

public void setStyle(int value)

getJoinStyle

public int getJoinStyle()

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


setJoinStyle

public void setJoinStyle(int value)

getRoundEndCap

public boolean getRoundEndCap()

<b>True</b> if a line has rounded caps. Read/write bool.


setRoundEndCap

public void setRoundEndCap(boolean value)

getWidth

public double getWidth()

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


setWidth

public void setWidth(double value)

getBeginArrowheadStyle

public int getBeginArrowheadStyle()

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


setBeginArrowheadStyle

public void setBeginArrowheadStyle(int value)

getEndArrowheadStyle

public int getEndArrowheadStyle()

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


setEndArrowheadStyle

public void setEndArrowheadStyle(int value)

getBeginArrowheadWidth

public int getBeginArrowheadWidth()

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


setBeginArrowheadWidth

public void setBeginArrowheadWidth(int value)

getEndArrowheadWidth

public int getEndArrowheadWidth()

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


setEndArrowheadWidth

public void setEndArrowheadWidth(int value)

getBeginArrowheadLength

public int getBeginArrowheadLength()

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


setBeginArrowheadLength

public void setBeginArrowheadLength(int value)

getEndArrowheadLength

public int getEndArrowheadLength()

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


setEndArrowheadLength

public void setEndArrowheadLength(int value)

getShowLines

public boolean getShowLines()

<b>True</b> if shape has visible lines (frame). Read/write bool.


setShowLines

public void setShowLines(boolean value)