|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.LineFormat
public final class LineFormat
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 |
---|
public java.awt.Color getForeColor()
public void setForeColor(java.awt.Color value)
public int getDashStyle()
Returns or sets the dash style of a line. Read/write LineDashStyle
.
public void setDashStyle(int value)
public int getStyle()
Returns or sets the style of a line. Read/write LineStyle
.
public void setStyle(int value)
public int getJoinStyle()
Returns or sets the line join style.
Read/write LineJoinStyle
.
public void setJoinStyle(int value)
public boolean getRoundEndCap()
<b>True</b>
if a line has rounded caps. Read/write bool
.
public void setRoundEndCap(boolean value)
public double getWidth()
Returns or sets the width of a line. Read/write double
.
public void setWidth(double value)
public int getBeginArrowheadStyle()
Returns or sets the arrowhead style at the beginning of a line.
Read/write LineArrowheadStyle
.
public void setBeginArrowheadStyle(int value)
public int getEndArrowheadStyle()
Returns or sets the arrowhead style at the end of a line. Read/write LineArrowheadStyle
.
public void setEndArrowheadStyle(int value)
public int getBeginArrowheadWidth()
Returns or sets the width of an arrowhead at the beginning of a line.
Read/write LineArrowheadWidth
.
public void setBeginArrowheadWidth(int value)
public int getEndArrowheadWidth()
Returns or sets the width of an arrowhead at the end of a line. Read/write LineArrowheadWidth
.
public void setEndArrowheadWidth(int value)
public int getBeginArrowheadLength()
Returns or sets the length of an arrowhead at the beginning of a line.
Read/write LineArrowheadLength
.
public void setBeginArrowheadLength(int value)
public int getEndArrowheadLength()
Returns or sets the length of an arrowhead at the end of a line. Read/write LineArrowheadLength
.
public void setEndArrowheadLength(int value)
public boolean getShowLines()
<b>True</b>
if shape has visible lines (frame).
Read/write bool
.
public void setShowLines(boolean value)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |