|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.LineFormatEx
public class LineFormatEx
Represents format of a line.
Method Summary | |
---|---|
boolean |
equals(LineFormatEx lf)
Determines whether the two LineFormatEx instances are equal. |
boolean |
equals(java.lang.Object obj)
Determines whether the two LineFormatEx 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. |
LineFillFormatEx |
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. |
PresentationEx |
getPresentation()
Returns the parent presentation of a LineFormatEx. |
BaseSlideEx |
getSlide()
Returns the parent slide of a LineFormatEx. |
byte |
getStyle()
Returns or sets the line style. |
double |
getWidth()
Returns or sets the width of a line. |
int |
hashCode()
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
void |
setAlignment(byte value)
|
void |
setBeginArrowheadLength(byte value)
|
void |
setBeginArrowheadStyle(byte value)
|
void |
setBeginArrowheadWidth(byte value)
|
void |
setCapStyle(byte value)
|
void |
setCustomDashPattern(float[] value)
|
void |
setDashStyle(byte value)
|
void |
setEndArrowheadLength(byte value)
|
void |
setEndArrowheadStyle(byte value)
|
void |
setEndArrowheadWidth(byte value)
|
void |
setJoinStyle(byte value)
|
void |
setMiterLimit(float value)
|
void |
setStyle(byte value)
|
void |
setWidth(double value)
|
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public boolean equals(java.lang.Object obj)
Determines whether the two LineFormatEx instances are equal.
equals
in class java.lang.Object
obj
- The LineFormatEx to compare with the current LineFormatEx.
<b>true</b>
if the specified LineFormatEx is equal to the current LineFormatEx; otherwise, <b>false</b>
.public boolean equals(LineFormatEx lf)
Determines whether the two LineFormatEx instances are equal.
lf
- The LineFormatEx to compare with the current LineFormatEx.
<b>true</b>
if the specified LineFormatEx is equal to the current LineFormatEx; otherwise, <b>false</b>
.public LineFillFormatEx getFillFormat()
Returns the fill format of a line.
Read-only LineFillFormatEx
.
public double getWidth()
Returns or sets the width of a line.
Read/write double
.
public void setWidth(double value)
public byte getDashStyle()
Returns or sets the line dash style.
Read/write LineDashStyleEx
.
public void setDashStyle(byte value)
public float[] getCustomDashPattern()
Returns or sets the custom dash pattern.
Read/write float
[].
public void setCustomDashPattern(float[] value)
public byte getCapStyle()
Returns or sets the line cap style.
Read/write LineCapStyleEx
.
public void setCapStyle(byte value)
public byte getStyle()
Returns or sets the line style.
Read/write LineStyleEx
.
public void setStyle(byte value)
public byte getAlignment()
Returns or sets the line alignment.
Read/write LineAlignmentEx
.
public void setAlignment(byte value)
public byte getJoinStyle()
Returns or sets the lines join style.
Read/write LineJoinStyleEx
.
public void setJoinStyle(byte value)
public float getMiterLimit()
Returns or sets the miter limit of a line.
Read/write float
.
public void setMiterLimit(float value)
public byte getBeginArrowheadStyle()
Returns or sets the arrowhead style at the beginning of a line.
Read/write LineArrowheadStyleEx
.
public void setBeginArrowheadStyle(byte value)
public byte getEndArrowheadStyle()
Returns or sets the arrowhead style at the end of a line.
Read/write LineArrowheadStyleEx
.
public void setEndArrowheadStyle(byte value)
public byte getBeginArrowheadWidth()
Returns or sets the arrowhead width at the beginning of a line.
Read/write LineArrowheadWidthEx
.
public void setBeginArrowheadWidth(byte value)
public byte getEndArrowheadWidth()
Returns or sets the arrowhead width at the end of a line.
Read/write LineArrowheadWidthEx
.
public void setEndArrowheadWidth(byte value)
public byte getBeginArrowheadLength()
Returns or sets the arrowhead length at the beginning of a line.
Read/write LineArrowheadLengthEx
.
public void setBeginArrowheadLength(byte value)
public byte getEndArrowheadLength()
Returns or sets the arrowhead length at the end of a line.
Read/write LineArrowheadLengthEx
.
public void setEndArrowheadLength(byte value)
public int hashCode()
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
hashCode
in class java.lang.Object
public BaseSlideEx getSlide()
Returns the parent slide of a LineFormatEx.
Read-only BaseSlideEx
.
public PresentationEx getPresentation()
Returns the parent presentation of a LineFormatEx.
Read-only PresentationEx
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |